الصفحات · togo
ORM
A driver-agnostic, Eloquent-style query builder (togo-framework/orm). The
dialect (placeholders, ILIKE) is chosen from DB_DRIVER at runtime, so the same
code runs on SQLite, Postgres, or MySQL.
go
Column, operator, and ORDER BY inputs are validated against an allowlist; values are always parameterized (SQL-injection safe). sqlc is kept for typed model structs.