module
Memo::Dialect
Defined in:
memo/dialect.crmemo/dialect/base.cr
memo/dialect/postgres.cr
memo/dialect/sqlite.cr
Class Method Summary
-
.for(connection_string : String) : Base
Auto-detect dialect from connection string
-
.register_pg(&factory : -> Base)
Register the PostgreSQL dialect factory (called by memo/pg.cr)
Class Method Detail
Auto-detect dialect from connection string
Register the PostgreSQL dialect factory (called by memo/pg.cr)