SQLite driver
usage
(import :std/db/sqlite)
sqlite-open
(sql-connect sqlite-open ...)
(sqlite-open file (flags (fxior SQLITE_OPEN_READWRITE SQLITE_OPEN_CREATE)))
Please document me!
usage
(import :std/db/sqlite)
(sql-connect sqlite-open ...)
(sqlite-open file (flags (fxior SQLITE_OPEN_READWRITE SQLITE_OPEN_CREATE)))
Please document me!