Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service provisions sqlite databases for agently-core.
func (*Service) Ensure ¶
Ensure sets up a SQLite database and loads schema if needed. It returns a DSN.
func (*Service) EnsureInMemory ¶
EnsureInMemory initializes an in-memory shared SQLite DB and returns its DSN.
Click to show internal directories.
Click to hide internal directories.