An open API service indexing awesome lists of open source software.

https://github.com/andrewmaksimchuk/nodejs_sqlite3

Class on javascript for work with sqlite3 database.
https://github.com/andrewmaksimchuk/nodejs_sqlite3

Last synced: about 2 months ago
JSON representation

Class on javascript for work with sqlite3 database.

Awesome Lists containing this project

README

        

The module ```"db_class.js"``` is javascript class written for work with sqlite3 database.

All methods is asynchronous and use Promise.

The folder ```"out"``` contains the generated documentation.

The ```"index.js"``` file is an example used to test all methods.