4.0.0 • Published 4 years ago

@nore/sqlite v4.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@nore/sqlite

An elegant interface for SQLite.

import SQLite from "@nore/sqlite";

const db = new SQLite({ file: "/path/to/db.sqlite" });
const table = db.table("users");

const users = await table.find({
	city: "Constangeles",
	age: { $gt: 25 },
});

Installation

$ npm install @nore/sqlite

Documentation

You can find the documentation following this link.


License MIT  ·  GitHub @nore  ·  Twitter @navaru

4.0.0

4 years ago

3.0.0

4 years ago

2.5.0

4 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago