duxt_orm 0.1.0
duxt_orm: ^0.1.0 copied to clipboard
ActiveRecord-style ORM for Dart. Supports PostgreSQL, MySQL, and SQLite with auto-migrations, query builder, and schema definitions.
0.1.0 #
- Initial release
- ActiveRecord-style ORM with GORM-like auto-migrations
- Database adapters for PostgreSQL, MySQL, and SQLite
- Query builder with fluent API
- Schema definition with column types and modifiers
- Auto table name inference from class names
- Transaction support
- Raw query execution
- Aggregate functions (count, sum, avg, max, min)
- Bulk update and delete operations