Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLiteFile ¶
type SQLiteFile struct {
// contains filtered or unexported fields
}
func Open ¶
func Open(dsn string) (*SQLiteFile, error)
Open uses the database source name to connect to a database. See the following for more information: - https://github.com/mattn/go-sqlite3?tab=readme-ov-file#connection-string - https://en.wikipedia.org/wiki/Data_source_name
Click to show internal directories.
Click to hide internal directories.