Skip to content

Releases: golobby/orm

v1.2.4

01 Jun 22:08
Compare
Choose a tag to compare

Adds support for adding records for a many 2 many relationships

V1.2.3

01 Jun 21:23
Compare
Choose a tag to compare
  • Bring single Insert back .
  • benchmarks

v1.2.2

21 Mar 21:57
Compare
Choose a tag to compare

Removes struct tags usage, introduce Field method and its childs into Entity Configurator

v1.2.1

21 Mar 15:34
Compare
Choose a tag to compare

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

15 Mar 20:20
Compare
Choose a tag to compare

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

12 Mar 21:17
Compare
Choose a tag to compare
small fix in toc

v1.0.0-beta4

11 Mar 18:30
Compare
Choose a tag to compare
  • Nested structs in Entity structs
  • Timestamps for entities ( created_at, updated_at, deleted_at )

v1.0.0-beta3

10 Mar 21:26
Compare
Choose a tag to compare

Query Builder improvements
Relations are query builders now

v1.0.0-beta2

09 Mar 16:08
Compare
Choose a tag to compare

New Query interface

v1.0.0-beta1

08 Mar 20:22
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release
readme