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 d3251624ab
adding
2 years ago
resources adding 2 years ago
src adding 2 years ago
test adding 2 years ago
.gitignore Initial commit 2 years ago
LICENSE adding 2 years ago
README.md adding 2 years ago
bunfig.toml adding 2 years ago
package.json adding 2 years 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