# README
DB
GORM-based database interactions.
Contents:
gosqlite/
- A fork of the GORM sqlite driver that uses a pure go sqlite3 implementation. This can be compiled using the Go build taggosqlite
models/
- The database/GORM modelsdb.go
- Primary abstraction for client and db sessionshelpers.go
- Helper functions for querying the GORM modelslogger.go
- Database loggersql_cgo.go
- The CGO sqlite clientsql_go.go
- The pure Go sqlite clientsql.go
- Database setup and configuration