Functions and Classes for handle Sqlite in Bun
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
HerrHase a069375283
adding
11 months ago
resources adding 11 months ago
src adding 11 months ago
test adding 11 months ago
.gitignore Initial commit 11 months ago
LICENSE adding 11 months ago
README.md adding 11 months ago
bunfig.toml adding 11 months ago
index.ts adding 11 months ago
package.json adding 11 months ago

README.md

Nano Sqlite

Functions and Classes for handle sqlite in Bun.

Function runMigrationSqlite(filePath: string, db: object)

Function getOrCreateSqlite(options = {})

Abstract Class Store