0.0.5 • Published 6 years ago

@riptidesoftware/x2node-drivers-sqlite3 v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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);
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

7 years ago

0.0.1-alpha.8

7 years ago

0.0.1-alpha.7

7 years ago

0.0.1-alpha.6

7 years ago

0.0.1-alpha.5

7 years ago

0.0.1-alpha.4

7 years ago

0.0.1-alpha.3

7 years ago

0.0.1-alpha.2

7 years ago

0.0.1-alpha.1

7 years ago