aim_orm 0.1.1
aim_orm: ^0.1.1 copied to clipboard
A type-safe ORM abstraction layer for Dart with query builders and column definitions.
aim_orm #
A type-safe ORM abstraction layer for Dart.
Overview #
aim_orm provides the core abstractions for building type-safe ORMs in Dart. It defines column types (integer, varchar, text, timestamp), column modifiers (primary key, unique, nullable, default values, indexes), and condition operators for WHERE clauses. This is the foundation layer; use with aim_orm_postgres for a complete ORM solution.
Installation #
dependencies:
aim_orm: ^0.0.1
Documentation #
For detailed usage, examples, and API reference, see the documentation.