@riptidesoftware/x2node-drivers-sqlite3

0.0.5 • Public • Published

x2node-drivers-sqlite3

The SQLite Driver for X2Node DBOs.

The driver is passed into the createDBOFactory() function instead of the database name as a string.

Example:

let dbEngineType = dbEngine;
if (dbEngineType === 'sqlite3') {
    dbEngineType = new x2nodeDriversSqlite3();
}
const dboFactory = dbos.createDBOFactory(recordTypes, dbEngineType);

Package Sidebar

Install

npm i @riptidesoftware/x2node-drivers-sqlite3

Weekly Downloads

11

Version

0.0.5

License

MIT

Last publish

Collaborators

  • adrianmcgrath
  • ajagnanan
  • app.support1