Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDatabaseNotFound = Err(errPrefix + "database not found")
Functions ¶
func NewLocal ¶ added in v0.2.16
NewLocal opens a local SQLite database for host use (dev + tests) — no Cloudflare credentials, no network. D1 is SQLite under the hood and orm uses the same sqlt compiler in every context, so behavior matches the edge (NewEdge). Only the data location differs.
path is a SQLite DSN: a file ("goflare-local.db") to persist across restarts, or ":memory:" for an ephemeral per-process database (tests).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.