@akc42/sqlite-db
v2.0.1
Published
Support for sqlite database in projects using better-sql
Downloads
17
Readme
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