readsql
Version:
Converts SQL query file to string, allowing for use of SQL files in JavaScript
17 lines (16 loc) • 353 B
JSON
{
"name": "readsql",
"version": "1.0.0",
"description": "Converts SQL query file to string, allowing for use of SQL files in JavaScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mySQL",
"SQLite",
"database"
],
"author": "baeonette",
"license": "MIT"
}