development
HerrHase 3 months ago
parent 1eb378b055
commit a15d01f3f9

@ -1,6 +1,6 @@
# Nano Sqlite # Nano Sqlite
Functions and Classes for handle sqlite in [Bun](). Functions and Classes for handle sqlite in [Bun](https://bun.sh/).
## Function runMigrationSqlite(filePath: string, db: object) ## Function runMigrationSqlite(filePath: string, db: object)
## Function getOrCreateSqlite(options = {}) ## Function getOrCreateSqlite(options = {})

@ -11,9 +11,5 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "bun test" "test": "bun test"
},
"devDependencies": {
"chai": "^5.1.1",
"mocha": "^10.6.0"
} }
} }

Loading…
Cancel
Save