postgres library

Classes

Column
Column of a Table.
Field
Non-persisted field added to the Row object.
Index
Index of a Table.
SqlType
Table
SQL table

Functions

generateSource(List<Table> tables, {Map<String, String>? imports, bool targetCockroachDB = false}) String
writeInto(List<Table> tables, String targetFile, {String? header, Map<String, String>? imports, bool targetCockroachDB = false, bool format = true}) Future<bool>