struct
Dude::Postgres
- Dude::Postgres
- Struct
- Value
- Object
Included Modules
Defined in:
postgres.crpostgres/migration.cr
Constructors
Class Method Summary
- .create_database(url : String)
- .create_database(url : URI)
- .delete_database(url : String)
- .delete_database(url : URI)
Instance Method Summary
- #cache_table : String
- #client : DB::Database
- #delete(key : Symbol | String)
- #get(key : Symbol | String) : String | Nil
- #migrate_database
- #rollback_database
- #set(key : Symbol | String, value, expire)
- #transaction(& : Transaction -> _)
- #truncate