Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 645 Bytes

File metadata and controls

34 lines (24 loc) · 645 Bytes

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