No Picture
Uncategorized

DriverMemory

This is the the driver for DB.MEMORY described in Database abstraction with google apps script The library reference is: M96uVZRXXG_RY3c2at9V6tSz3TLx7pV4j Reference There’s nothing to stop us using memory as a back end database. Sounds a little […]

Uncategorized

DriverProperties

This is the the driver for DB.PROPERTIES described in Database abstraction with google apps scriptThe library reference is MrpyO-B3fO-b1NG3LZ4UzaKi_d-phDA33 Reference This driver uses one of objects returned by the Google Apps Script Properties service. It is […]

No Picture
Uncategorized

Driver MongoLab

MPAHw_-cHNDxsYAg263J7Fai_d-phDA33 Background to implementation. MongoLab offers a number of plans for cloud based MongoDB. I discovered they have a .5gb Free Sandbox plan, so I thought I’d give it a go. They recommend using their supplied […]

Uncategorized

Procedures, properties and methods

Here is a summary index to all the downloadable code appearing on this site. Its still in progress because its a big , boring job. A better approach is to have a look at Integrate VBA with Github, […]

Uncategorized

Data Abstraction Example

Why abstract anyway? In a number of articles on this site and elsewhere, I have covered topics such as Getting data from Outlook Address Lists into Excel , Serializing Excel data for input to any Google visualization, Excel Generate High […]

Uncategorized

DriverScratch

This is the the driver for DB.SCRATCH described in Database abstraction with google apps script The library reference is: MTnrkatWa6Lrta8eAg6_H0qi_d-phDA33 Background to implementation. Note that this technique relies on the predictability of CacheService. Google warn that […]

Uncategorized

DriverScriptDb

This is the the driver for DB.SCRIPTDB described in Database abstraction with google apps script The library reference is: MQS7yEChG0mh1Ucf_UhV-vKi_d-phDA33 The Code   /** services requests for scriptDb from the cDataHandler * build this up as […]

No Picture
Uncategorized

DriverOrchestrate

The library reference is: MFOtcXFHPAtxy_lb6tkhrXKi_d-phDA33 Reference This driver uses orchestrate.io. It works the same as all the other drivers, except that sorting is not yet implemented. Note that you’ll need to pass your orchestrate API key to DataHandler as […]

No Picture
Uncategorized

DriverDrive

This is the the driver for DB.DRIVE described in Database abstraction with google apps script The library reference is: Ma__4vH–nQ_FPsuNF1BFuyz3TLx7pV4j Reference This driver uses the Google Drive Service to save a JSON file representing the contents of a […]

No Picture
Uncategorized

DriverParse

This is the the driver for DB.PARSE described in Database abstraction with google apps script. This uses parse.com – noSQL database for GAS and you may find it useful to read up how to do authentication there.   […]

No Picture
Uncategorized

DriverFusion

This is the the driver for DB.FUSION described in Database abstraction with google apps script  The library reference is  MyhWrchJeGiOowTfrMNidiSz3TLx7pV4j Reference This driver uses Fusion Advanced Services, that need to be enabled. They are already […]

No Picture
Uncategorized

DriverSheet

This is the the driver for DB.SHEET described in Database abstraction with google apps script The library reference is Mrckbr9_w7PCphJtOzhzA_Cz3TLx7pV4j Quickstart The code cDriverSheet created by GitJsonApi https://github.com/brucemcpherson/cDriverSheet 0 forks. 6 stars. 0 open issues. Recent […]

Uncategorized

Library for rest API

This is the library you need to include if you want to make a rest API handler for DataHandler, as described in DataHandler REST API.   The library reference is McxgTjMRcbw1FnIo94Nml5Ki_d-phDA33 Reference … under way The Code /** […]