postgres_builder library
A tool designed to make writing SQL statements easier.
Classes
- AddColumn
- AddConstraint
- AlterColumn
- AlterTable
- And
- Between
- Column
- ColumnDefinition
- A column in a table.
- ConnectionSettings
- CreateTable
- Delete
- DirectPostgresBuilder
- DropColumn
- DropConstraint
- DropDefault
- DropExpression
- DropNotNull
- DropTable
- Endpoint
- Equals
- FilterStatement
- GreaterThan
- GreaterThanOrEqual
- Group
-
In<
T> - Insert
- Join
- LessThan
- LessThanOrEqual
- Not
- NotEquals
- OperatorComparison
- Or
- PgPoolPostgresBuilder
- A PostgresBuilder that uses a Pool to execute the queries.
-
Pool<
L> -
A connection pool that may select endpoints based on the requested locality
L
of the data. - PoolSettings
- PostgresBuilder
- A tool designed to make writing SQL statements easier.
- ProcessedSql
- RenameColumn
- RenameTable
- Select
- SetDefault
- SetGenerated
- SetNotNull
- SetSchema
- SetType
- Sort
- SqlStatement
- Update
- Upsert
Enums
Functions
-
generateRandomString(
{int length = 16}) → String