0.0.5 • Published 8 years ago

@riptidesoftware/x2node-drivers-sqlite3 v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.1-alpha.8

8 years ago

0.0.1-alpha.7

8 years ago

0.0.1-alpha.6

8 years ago

0.0.1-alpha.5

8 years ago

0.0.1-alpha.4

8 years ago

0.0.1-alpha.3

8 years ago

0.0.1-alpha.2

8 years ago

0.0.1-alpha.1

8 years ago