Compare commits
2 Commits
e4e28646b3
...
355e3e832e
Author | SHA1 | Date | |
---|---|---|---|
355e3e832e | |||
fd0391643f |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sql-easy-lib",
|
"name": "sql-easy-lib",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"description": "This library was written from simple work with databases. In current version supported next famous databases: sqlite3 and MySQL. In future, list with supported databases will be replenishing.",
|
"description": "This library was written from simple work with databases. In current version supported next famous databases: sqlite3 and MySQL. In future, list with supported databases will be replenishing.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -13,9 +13,9 @@
|
|||||||
"author": "FullGreaM",
|
"author": "FullGreaM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "http://git.fullgream.online/fullgream/SQLEasy.js/issues"
|
"url": "http://git.fullgream.tech/fullgream/SQLEasy.js/issues"
|
||||||
},
|
},
|
||||||
"homepage": "http://git.fullgream.online/fullgream/SQLEasy.js#readme",
|
"homepage": "http://git.fullgream.tech/fullgream/SQLEasy.js#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"better-sqlite3": "^7.5.3",
|
"better-sqlite3": "^7.5.3",
|
||||||
"sync-mysql": "^3.0.1"
|
"sync-mysql": "^3.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user