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.
- Host: GitHub
- URL: https://github.com/andrewmaksimchuk/nodejs_sqlite3
- Owner: AndrewMaksimchuk
- Created: 2020-01-02T14:52:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T13:40:46.000Z (over 2 years ago)
- Last Synced: 2025-02-06T05:43:30.901Z (3 months ago)
- Language: HTML
- Size: 553 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.