qcobjects-admin-lib-db-sqlite3
v0.0.25
Published
QCObjects Admin Lib to work with SQLite3
Maintainers
Readme
QCObjects Admin Lib Db SQLite3
QCObjects Admin Lib for working with SQLite3 Database.
Instructions
- Install this dependency in your project using npm
npm i --save qcobjects-admin-lib-db-sqlite3- In your config.json file, create the following settings
"backend":{
"db_engine":{
"name":"sqlite3",
"databaseName":"admin.db"
}, ...- Test the integration
npm test- Start the QCObjects HTTP2 Server
qcobjects-serverIf you haven't installed QCObjects before, learn more about Installing QCObjects here
