package
0.0.0-20241126222429-417023d41595
Repository: https://github.com/damiendart/visref.git
Documentation: pkg.go.dev

# Functions

NewDB returns a new instance of DB.
NewItemRepository returns a new ItemRepository.

# Structs

DB represents a SQLite database connection.
ItemRepository is an implementation of library.ItemRepository which uses SQLite to store library items.
Tx provides a sql.Tx and a transaction start timestamp.

# Type aliases

NullTime represents a wrapper around time.Time, providing support for storing and reading time values formatted using time.RFC3339 to and from SQLite databases.