postgresql2 library
Classes
- PostgresqlAccess
- The PostgreSQL plugin used with the Postgresql2 driver.
- PostgresqlAccessAgent
- The agent for accessing PostgreSQL.
- SqlFlavor
- Use to add additional flavor to SQL statement before execution. For example, you can add "on conflict do nothing" as follows.
Mixins
- SqlFlavorMixin
- A mixin for SqlFlavor that allows callers to plug in flavors on demand. For example,
Functions
-
onConflictDoNothing(
String sql, Map? data) → String - Flavor: on conflict do nothing