Documentation ¶ Index ¶ Variables func NewSQLiteLocal(ctx context.Context, dbName, path, encryptionKey string) (*sql.DB, func(), error) Constants ¶ This section is empty. Variables ¶ View Source var ( ErrUsernameNotFound = fmt.Errorf("username not found") ErrDBNameNotFound = fmt.Errorf("db name not found") ErrDBPathNotFound = fmt.Errorf("db path not found") ) Functions ¶ func NewSQLiteLocal ¶ func NewSQLiteLocal(ctx context.Context, dbName, path, encryptionKey string) (*sql.DB, func(), error) Types ¶ This section is empty. Source Files ¶ View all Source files sqlitelocal.go Click to show internal directories. Click to hide internal directories.