Structs§
Enums§
- Database
SqlBackend - Go’s
database/sqlpackage is driver-agnostic — any third-party driver can plug into the same interface. The generated code is identical across backends; only the SQL placeholder style differs (Postgres uses$1, $2, ...; MySQL and SQLite use?).DatabaseSqlBackendparameterizes which placeholder style the generated SQL constant uses.