Enum rustorm::pool::Platform
[−]
[src]
pub enum Platform { Postgres(Postgres), Oracle, Mysql(Mysql), }
the sql builder for each of the database platform
Variants
Postgres | |
Oracle | |
Mysql |