SchemaReader class

Constructors

SchemaReader(SupabaseGenConfig config)
Creates an instance of SchemaReader.

Properties

config SupabaseGenConfig
The configuration settings for connecting to the database and filtering tables.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect() Future<void>
Establishes a connection to the PostgreSQL database.
disconnect() Future<void>
Closes the active database connection.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readTables() Future<List<SupabaseTableInfo>>
Reads the schema information for tables in the connected database.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited