mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
updated App options "seed", changed examples to file db
This commit is contained in:
@@ -7,7 +7,7 @@ import { type BunBkndConfig, serve } from "bknd/adapter/bun";
|
||||
// this is optional, if omitted, it uses an in-memory database
|
||||
const config: BunBkndConfig = {
|
||||
connection: {
|
||||
url: ":memory:"
|
||||
url: "file:data.db"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user