2.0.1 • Published 5 months ago

@akc42/sqlite-db v2.0.1

Weekly downloads
3
License
GPL-3.0-or-later
Repository
github
Last release
5 months ago

sqlite-db

sqlite-db iss a simple module to open a sqlite database using the better-sqlite3 package, (creating it if it doesn't yet exist from a database.sql file).

Import it into your project as so

import database from @akc42/sqlite.db;

database(, <absolute path to the database.sql file if needed>);

You can omit the second parameter if you KNOW that the database file exists. It will throw an error if any problems are encounterd

2.0.1

5 months ago

2.0.0

5 months ago

1.1.2

5 months ago

1.1.1

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago