aim_postgres 0.1.1
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.
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.