var knex = client: connection: host: "127.0.0.1" port: 3050 user: "SYSDBA" password: "masterkey" database: __dirname + '/data.fdb' ; // Create a tableknexschema // ...and another // Then query the table... // ...and using the insert id, insert into the other table. // Query both of the rows. // .map over the results // Finally, add a .catch handler for the promise chain;
firebird-knex
0.1.0 • Public • PublishedInstall
npm i firebird-knex
Repository
Weekly Downloads
3
Version
0.1.0
License
ISC
Unpacked Size
3.42 kB
Total Files
3