PostgresMeta
object PostgresMeta
Type members
Classlikes
final case class InformationSchemaColumns[F[_]](tableSchema: F[String], tableName: F[String], columnName: F[String], isNullable: F[Boolean], dataType: F[String]) extends Table
- Companion:
- object
final case class InformationSchemaTables[F[_]](tableSchema: F[String], tableName: F[String]) extends Table
- Companion:
- object