Releases: golobby/orm
Releases · golobby/orm
v1.2.4
V1.2.3
- Bring single Insert back .
- benchmarks
v1.2.2
Removes struct tags usage, introduce Field method and its childs into Entity Configurator
v1.2.1
This release adds database validations feature which will validate your database:
- checks if all necessary tables exists
- checks if all tables contains necessary columns
v1.2.0
This release contains ORM for Go1.18
- Elegant and easy-to-use APIs with the help of Generics.
- Type-safety.
- Using reflection at startup to be fast during runtime.
- No code generation!
- Query builder for various query types.
- Binding query results to entities.
- Supports different kinds of relationship/Association types:
- One to one
- One to Many
- Many to Many
v1.2.0-beta1
small fix in toc
v1.0.0-beta4
- Nested structs in Entity structs
- Timestamps for entities ( created_at, updated_at, deleted_at )
v1.0.0-beta3
Query Builder improvements
Relations are query builders now
v1.0.0-beta2
New Query interface
v1.0.0-beta1
readme