We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a14fe0 commit eb46721Copy full SHA for eb46721
README.md
@@ -4,15 +4,15 @@ Use **JSON** as **SQL**.
4
# Installing
5
6
```sh
7
-$ npm i --save jsql
+$ npm i --save @devsnowflake/jsql
8
```
9
10
> Note: This library is very new and does not support most of the statements
11
12
# Example
13
14
```js
15
-const { Database } = require("jsql");
+const { Database } = require("@devsnowflake/jsql");
16
const db = new Database("./database.json");
17
18
// creating a table
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "jsql",
+ "name": "@devsnowflake/jsql",
3
"version": "1.0.0",
"description": "Use JSON as SQL.",
"main": "index.js",
0 commit comments