Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowflake107 committed May 6, 2021
1 parent 1a14fe0 commit eb46721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Use **JSON** as **SQL**.
# Installing

```sh
$ npm i --save jsql
$ npm i --save @devsnowflake/jsql
```

> Note: This library is very new and does not support most of the statements
# Example

```js
const { Database } = require("jsql");
const { Database } = require("@devsnowflake/jsql");
const db = new Database("./database.json");

// creating a table
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jsql",
"name": "@devsnowflake/jsql",
"version": "1.0.0",
"description": "Use JSON as SQL.",
"main": "index.js",
Expand Down

0 comments on commit eb46721

Please sign in to comment.