package
0.5.5
Repository: https://github.com/tphakala/birdnet-go.git
Documentation: pkg.go.dev

# Functions

NewDataStore creates a new DataStore instance based on the provided configuration context.

# Structs

No description provided by the author
DataStore implements StoreInterface using a GORM database.
MySQLStore implements DataStore for MySQL.
Note represents a single observation data point.
Result represents the identification result with a species name and its confidence level, linked to a Note.
SQLiteStore implements DataStore for SQLite.

# Interfaces

StoreInterface abstracts the underlying database implementation and defines the interface for database operations.