jao 0.0.1 copy "jao: ^0.0.1" to clipboard
jao: ^0.0.1 copied to clipboard

Just Another ORM for Dart. Because you didn't have enough options already.

0.0.1 - 2025-12-28 #

Added #

  • Initial release
  • Django-style model definitions with field annotations
  • Type-safe query building with Q expressions
  • Multi-database support (SQLite, PostgreSQL, MySQL)
  • Schema migrations with up/down support
  • Auto-generated created_at and updated_at timestamps via autoNow and autoNowAdd
  • Manager pattern for database operations
  • Field types: AutoField, BigAutoField, CharField, TextField, IntegerField, BooleanField, FloatField, DateTimeField, DateField, EmailField, ForeignKey
  • Query expressions: eq, gt, gte, lt, lte, between, contains, startsWith, endsWith, iContains, isNull, isNotNull
  • Logical operators: & (AND), | (OR) with Q expressions
2
likes
0
points
333
downloads

Publisher

unverified uploader

Weekly Downloads

Just Another ORM for Dart. Because you didn't have enough options already.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, meta, mysql1, postgres, sqlite3

More

Packages that depend on jao