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

Support for null-safety #152

Open hpoul opened 3 years ago

hpoul commented 3 years ago

Any plans on adding support for null-safety (dart 1.12) any time soon? Looks like the two dependencies (buffer, crypto) are already migrated.

j4qfrost commented 3 years ago

https://github.com/stablekernel/postgresql-dart/pull/153 Done. Took me about 3 days for stupid reasons. It would probably take me 1 day to migrate a similar library now. Migration is pretty straight-foward.