aim_orm_postgres 0.1.0 copy "aim_orm_postgres: ^0.1.0" to clipboard
aim_orm_postgres: ^0.1.0 copied to clipboard

PostgreSQL ORM implementation for Dart with Record syntax table definitions and type-safe query builders.

aim_orm_postgres #

PostgreSQL ORM implementation for Dart.

Documentation | pub.dev

Overview #

aim_orm_postgres provides a complete ORM solution for PostgreSQL databases. Define your tables using Dart's Record syntax and get type-safe query builders generated automatically with build_runner. Supports SELECT, INSERT, UPDATE, DELETE operations with fluent API, WHERE, LIMIT, OFFSET clauses, transactions, and PostgreSQL-specific types like UUID, SERIAL, and JSONB.

Installation #

dependencies:
  aim_orm_postgres: ^0.0.1
  aim_postgres: ^0.0.1

dev_dependencies:
  aim_orm_codegen: ^0.0.1
  build_runner: ^2.4.0

Documentation #

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

0
likes
150
points
142
downloads

Publisher

verified publisheraim-dart.dev

Weekly Downloads

PostgreSQL ORM implementation for Dart with Record syntax table definitions and type-safe query builders.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

aim_orm, aim_postgres

More

Packages that depend on aim_orm_postgres