dorm_mysql_database 2.0.0-dev.4 copy "dorm_mysql_database: ^2.0.0-dev.4" to clipboard
dorm_mysql_database: ^2.0.0-dev.4 copied to clipboard

A MySQL database engine for dORM applications that need persistent, relational data with typed queries and repositories.

2.0.0-dev.4 #

  • FIX: remove firstDayOfMonth and lastDayOfMonth from DateTime. (11560166)
  • DOCS: make pubspec's description longer. (f4cd7519)

2.0.0-dev.3 #

  • Bump version to keep all packages in the workspace in lockstep.

2.0.0-dev.2 #

  • FEAT: remove schema generator. (6f7d52a4)
  • FEAT: add license header. (abe8bae6)
  • DOCS: replace beet-software/dorm -> ezgrs/dorm. (b73b15d2)
  • DOCS: standardize READMEs. (0b9bc0c5)
  • DOCS: add README. (d4c78343)

2.0.0-dev.1 #

  • REFACTOR: remove conditional of custom types. (0600d4de)
  • REFACTOR: remove handling multiple executions of range. (b0590ad3)
  • REFACTOR: removes redundant conversion to string when applying filters. (4b6e0885)
  • REFACTOR: uses named parameters when injecting filter arguments. (ba3d82ee)
  • REFACTOR: improve DateTime to SQL formatting. (cd1e4d2b)
  • REFACTOR: add Relationship to its own file. (3e665d54)
  • FIX: fix code generation by updating dependencies. (a5921c77)
  • FIX: add implementation for milliseconds on Filter.date. (4c3e12a7)
  • FIX: use SQL's IN operator for popKeys method. (01fbb96b)
  • FEAT: improve filtering API. (2b7014bf)
  • FEAT: improve DerivedField API. (5603ec2a)
  • FEAT: replace key with field parameter on Filter/Sort. (9a44b582)
  • FEAT: add support to auto-generated IDs. (68423b36)
  • FEAT: remove json_serializable from declarable dependency by user. (d3132b6e)
  • FEAT: add suport to transactions. (8d4a6279)
  • FEAT: improve pagination API. (d205693d)
  • FEAT: make EntitySchema.primaryKeys canonical. (09f88107)
  • FEAT: add support to composite keys on Entity.fromData. (d7fb7c4f)
  • FEAT: refactor QueryField into DerivedField. (9aa2ceef)
  • FEAT: improve primary key generation. (797b672a)
  • FEAT: add initial support to engine-agnostic relationships. (05f43745)
  • FEAT: remove Entity.tableName in favor of Entity.schema.tableName. (42f69a48)
  • FEAT: add EntitySchema to Entity. (38640aaf)
  • FEAT: add support to copy_with_extension_gen. (da202eb0)
  • FEAT: change Filter to BaseFilter. (dba05767)
  • FEAT: implements range filter. (6b3e49b3)
  • FEAT: implements Filter.date. (98f499e3)
  • FEAT: implements popAll. (85066c1d)
  • FEAT: add support to filtering on peekAll. (f92cef08)
  • FEAT: implements ad-hoc pullAll using peekAll. (6da18e9b)
  • FEAT: implements putAll using a transaction. (c038c917)
  • FEAT: implements ad-hoc pull using peek. (783dfee7)
  • FEAT: implements pushAll using a transaction. (0f6c8d3c)
0
likes
0
points
212
downloads

Publisher

verified publisherenzosantos.dev

Weekly Downloads

A MySQL database engine for dORM applications that need persistent, relational data with typed queries and repositories.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dartx, dorm_annotations, dorm_framework, mysql_client, uuid

More

Packages that depend on dorm_mysql_database