mirror of
https://github.com/MrAle98/sliver
synced 2026-06-08 11:54:46 +00:00
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 taggosqlitemodels/- 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