0.1.13 • Published 6 years ago

sql-extra v0.1.13

Weekly downloads
15
License
MIT
Repository
github
Last release
6 years ago

sql-extra

sql-extra

Extra methods for generating SQL commands.

const extra = require('sql-extra');
// extra.createTable(<name>, <columns>, [options])
// extra.createIndex(<name>, <table>, <expression>, [options])
// ...

Methods: