Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

lujiajing1126/node-dbal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published