In Database abstraction with google apps script I introduced a library for separating data access from the database being used, using Google Apps Script as broker. The access into this was either via a library, or through DataHandler REST API
In this section I’ll write up apps that I’ve built using that. If you would like to write up something you have built, please contact me on the forum or GitHub

Get Data from Google Books
What can you learn here? Use Google Books API Convert jSon Tailor columns and output Getting data about a book ...
Read More
Read More

Get Data From Google Docs
There have been a number of changes to Google Docs over the years each of which has provided more ways ...
Read More
Read More

Database access to a variety of databases from Excel
Here's a VBA app that uses Database abstraction with google apps script via the DataHandler library. You need to download the latest version of ...
Read More
Read More

Accessing Google Sheets directly from Excel
Here's a VBA app that uses Database abstraction with google apps script via the DataHandler library. You need to download the latest version of ...
Read More
Read More

pollHandler app and library
Here's an app that uses Database abstraction with google apps script via the DataHandler library. It's made up of these components DataHandler library, plus all of the ...
Read More
Read More