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 10c3fcdf28
adding
1 year ago
resources adding 1 year ago
src adding 1 year ago
test adding 1 year ago
.gitignore Initial commit 1 year ago
LICENSE adding 1 year ago
README.md adding 1 year ago
bunfig.toml adding 1 year ago
index.ts adding 1 year ago
package.json adding 1 year 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