Golobby Orm Versions Save

A lightweight yet powerful, fast, customizable, type-safe object-relational mapper for the Go programming language.

v1.2.4

1 year ago

Adds support for adding records for a many 2 many relationships

v1.2.3

1 year ago
  • Bring single Insert back .
  • benchmarks

v1.2.2

2 years ago

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

v1.2.1

2 years ago

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

2 years ago

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

2 years ago

v1.0.0-beta4

2 years ago
  • Nested structs in Entity structs
  • Timestamps for entities ( created_at, updated_at, deleted_at )

v1.0.0-beta3

2 years ago

Query Builder improvements Relations are query builders now

v1.0.0-beta2

2 years ago

New Query interface

v1.0.0-beta

2 years ago