Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowflake107 committed Feb 4, 2021
1 parent b1f550e commit f162b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The hackable **[quick.db](https://npmjs.com/package/quick.db)**.

```js
const { Database } = require("@devsnowflake/quick.db");
const db = new Database(); // you can also specify custom path/name
const db = new Database("./data/storage.db", { path: "./data", table: "ROOT" }); // you can also specify custom path/name

// add some data
db.set("foo", "bar");
Expand Down

0 comments on commit f162b53

Please sign in to comment.