UNPKG
usql
Version:
latest (1.0.5)
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
Tiny, zero-dependency SQL query generator
github.com/gukandrew/usql
gukandrew/usql
usql
/
index.js
8 lines
(6 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Andrew Guk */
"use strict"
;
module
.
exports
=
require
(
'./dist/index.js'
);