PostgresMeta

class Object
trait Matchable
class Any

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
Companion:
class
final case class InformationSchemaTables[F[_]](tableSchema: F[String], tableName: F[String]) extends Table
Companion:
object
Companion:
class
object schemaDiff