stablekernel / postgresql-dart

Dart PostgreSQL driver: supports extended query format, binary protocol and statement reuse.
https://www.dartdocs.org/documentation/postgres/latest
BSD 3-Clause "New" or "Revised" License
129 stars 32 forks source link

Export src/query.dart #159

Closed andriwsluna closed 3 years ago

andriwsluna commented 3 years ago

I need to access PostgreSQLResult.columnDescriptions as concrete class FieldDescription. For this, i need thats package export src/query.dart.

Can you help me? Please.

isoos commented 3 years ago

@andriwsluna You are likely using the fork that is now living in https://github.com/isoos/postgresql-dart

Please open the issue there, explaining the use case and which part of the API you need access to (and why).