migrate sqlite3 to sql.js
Showing
This diff is collapsed.
| ... | ... | @@ -30,7 +30,7 @@ |
| "querystring": "^0.2.0", | ||
| "reflect-metadata": "^0.1.13", | ||
| "request": "^2.88.2", | ||
| "sqlite3": "^5.0.2", | ||
| "sql.js": "^1.13.0", | ||
| "typeorm": "^0.2.29", | ||
| "underscore": "^1.11.0", | ||
| "underscore.string": "^3.3.6", | ||
| ... | ... | @@ -53,6 +53,7 @@ |
| "@types/formidable": "^3.4.6", | ||
| "@types/ip6addr": "^0.2.3", | ||
| "@types/node": "^16.18.126", | ||
| "@types/sql.js": "^1.4.9", | ||
| "@types/underscore": "^1.13.0", | ||
| "@types/ws": "^8.5.3", | ||
| "coffeescript": "^2.7.0", | ||
| ... | ... |
Please register or sign in to comment