knex-edge-adodb

1.0.0 • Public • Published

Knex-Edge-ADODB

ADODB client for knex

NPM Version

Install

NPM

Example:

const knex = require('knex');
const adodb = knex({
    client: require('knex-edge-adodb'),
    connection: 'Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:\\Projects\\npms\\knex-edge-adodb\\edge-adodb.Mdb;'
})
 
 
adodb('users').where({
    id: 1
}).select()
    .then(console.log);

Caveat

This package is extremely barebones

Readme

Keywords

none

Package Sidebar

Install

npm i knex-edge-adodb

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • comprime