0.0.25 • Published 9 months ago

qcobjects-admin-lib-db-sqlite3 v0.0.25

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
-
Last release
9 months ago

QCObjects Admin Lib Db SQLite3

QCObjects Admin Lib for working with SQLite3 Database.

Instructions

  1. Install this dependency in your project using npm
npm i --save qcobjects-admin-lib-db-sqlite3
  1. In your config.json file, create the following settings
    "backend":{
      "db_engine":{
        "name":"sqlite3",
        "databaseName":"admin.db"
      }, ...
  1. Test the integration
npm test
  1. Start the QCObjects HTTP2 Server
qcobjects-server

If you haven't installed QCObjects before, learn more about Installing QCObjects here

0.0.25

9 months ago

0.0.24

9 months ago

0.0.23

10 months ago

0.0.22

10 months ago

0.0.21

10 months ago

0.0.20

10 months ago