duxt_orm 0.1.0 copy "duxt_orm: ^0.1.0" to clipboard
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
0
likes
0
points
446
downloads

Publisher

verified publisherbase.al

Weekly Downloads

ActiveRecord-style ORM for Dart. Supports PostgreSQL, MySQL, and SQLite with auto-migrations, query builder, and schema definitions.

Homepage
Repository (GitHub)
View/report issues

Topics

#orm #database #postgresql #mysql #sqlite

License

unknown (license)

Dependencies

mysql_client, postgres, sqlite3

More

Packages that depend on duxt_orm