Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Open ¶
Open opens a SQLite database at the given path. The context governs the initial metadata-table creation so callers with a startup deadline can cancel cleanly. The path may include query parameters to override default PRAGMAs, e.g. "/data.db?_pragma=cache_size(5000)".
Parent directories of file-backed paths are auto-created. The special ":memory:" form and the "file:" URI form are opened as-is.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.