UNPKG
easysql2
Version:
latest (1.0.1)
1.0.1
1.0.0
An easy way to use mySQL2
github.com/hdgamer1404Jonas/easySQL2
hdgamer1404Jonas/easySQL2
easysql2
/
package.json
17 lines
(16 loc)
•
346 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"easysql2"
,
"version"
:
"1.0.1"
,
"description"
:
"An easy way to use mySQL2"
,
"repository"
:
"hdgamer1404Jonas/easySQL2"
,
"main"
:
"index.js"
,
"keywords"
:
[
"mySQL2"
,
"npm"
,
"package"
,
"hdgamer1404Jonas"
]
,
"dependencies"
:
{
"mysql2"
:
"^2.3.3"
}
}