UNPKG

@qvalia/knex-aws-data-api

Version:

Knex plugin that uses AWS Data API internally to execute SQL queries. Postgres & Mysql

10 lines (8 loc) 163 B
const knex = require('knex'); const postgres = require('./src/postgres'); const mysql = require('./src/mysql'); module.exports = { postgres, mysql, knex };