aim_postgres 0.1.1 copy "aim_postgres: ^0.1.1" to clipboard
aim_postgres: ^0.1.1 copied to clipboard

A native PostgreSQL driver for Dart with full wire protocol implementation. Supports SSL/TLS, SCRAM-SHA-256 authentication, and parameterized queries.

aim_postgres #

A native PostgreSQL driver for Dart.

Documentation | pub.dev

Overview #

aim_postgres is a pure Dart PostgreSQL driver that implements the PostgreSQL wire protocol from scratch. It supports multiple SSL/TLS modes including certificate verification, authentication methods (cleartext, MD5, SCRAM-SHA-256), both Simple and Extended Query protocols, named (:name) and positional ($1) parameter binding, and full transaction support with automatic rollback.

Installation #

dependencies:
  aim_postgres: ^0.0.1

Documentation #

For detailed usage, examples, and API reference, see the documentation.

0
likes
160
points
144
downloads

Publisher

verified publisheraim-dart.dev

Weekly Downloads

A native PostgreSQL driver for Dart with full wire protocol implementation. Supports SSL/TLS, SCRAM-SHA-256 authentication, and parameterized queries.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

aim_database, crypto

More

Packages that depend on aim_postgres