deno_postgres_interop 1.0.0-dev.1
deno_postgres_interop: ^1.0.0-dev.1 copied to clipboard
An interop for js package deno-postgres - PostgreSQL driver that can be used in deno-deploy (supabase edge functions).
1.0.0-dev.1 #
- Refactored JS Interop layer to modern Dart 3.3+
extension type(dart:js_interop). - Updated SDK constraint to
>=3.3.0 <4.0.0supporting Dart SDK 3.12+ (Flutter 3.44+). - Removed legacy
@JS()class annotations anddart:js_util.
0.0.4 #
- Fixed links in docs.
- Updated supported platforms.
0.0.3 #
- Unlock SDK >= 3.1.0.
0.0.2 #
- Added interop for the rest of the types in
mod.tsand others that are visible from it.
0.0.1 #
- Initial version.