lujiajing1126 / node-dbal

Nodejs DBAL component compatible with Mysql dialect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-DBAL

This is a database abstaction layer for mysql query usage using in the UAircraft Project

Install

npm install node-dbal
var SQLBuilder = require('node-dbal');
var builder = new SQLBuilder();
sql = builder.select().from('t_bill_order').toSQL();
// 'SELECT * FROM `t_bill_order`

LICENSE

MIT

About

Nodejs DBAL component compatible with Mysql dialect

License:MIT License


Languages

Language:JavaScript 100.0%