npm.io
4.0.0 • Published 6 years ago

@nore/sqlite

Licence
MIT
Version
4.0.0
Deps
4
Size
39 kB
Vulns
0
Weekly
0

@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