Versions in this module Expand all Collapse all v1 v1.1.0 May 4, 2025 v1.0.0 May 4, 2025 Changes in this version + func Create(dbPath string) httprouter.Handle + func Delete(dbPath string) httprouter.Handle + func Exec(dbPath string) httprouter.Handle + func Get(dbPath string) httprouter.Handle + func GetAll(dbPath string) httprouter.Handle + func GetApiVersion() httprouter.Handle + func GetDatabaseInfo(dbPath string) httprouter.Handle + func GetForeignKeys(dbPath string) httprouter.Handle + func GetTableSchema(dbPath string) httprouter.Handle + func GetTables(dbPath string) httprouter.Handle + func HealthCheck(dbPath string) httprouter.Handle + func Update(dbPath string) httprouter.Handle + type ErrorResponse struct + Code int + Message string + Status string + type ExecBody struct + Query string + type Filter struct + Column string + Operator string + Value string