Database abstraction

January 2015

Here are the release notes for January 2015. Modules in scope and dependencies can be found on GitHub January 5th 2015 This is a large update with every single library updated. The main changes are […]

Database abstraction

Relative performance

Some information on performance when using the DataStore back end in Database abstraction with google apps scriptThe library reference is  Mj61W-201_t_zC9fJg1IzYiz3TLx7pV4j   Comparing scriptDB, parse and datastore In Migrate data from scriptDb to Datastore I showed how to copy […]

No Picture
Database abstraction

Migrate data from scriptDb to Datastore

This shows how to easily copy data between back ends as described in Database abstraction with google apps scriptThe library reference is  Mj61W-201_t_zC9fJg1IzYiz3TLx7pV4j   Example If you are using Database abstraction with google apps script, changing back ends […]

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

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
Database abstraction

Driver Import.io

This is the the driver for DB.IMPORTIO described in Database abstraction with google apps script   The library reference is  MJWmIWvhOOsv401piLKzeNai_d-phDA33 Reference This driver came about following this post from +Martin Hawksey about import.io web scraping, and it uses his library to […]