Skip to content

Releases: ralvarezdev/go-databases

upgraded dependencies

04 Jan 15:30
0542ab1

Choose a tag to compare

v0.3.5

chore: upgraded dependencies

improved GORM's CreateConstraints to accept more than one constraint name

31 Dec 20:32
bc040c4

Choose a tag to compare

v0.3.4

refactor: improved GORM's CreateConstraints to accept more than one c…

added HasConstraint checker on GORM's CreateConstraint function

31 Dec 15:45
8c7b870

Choose a tag to compare

v0.3.3

refactor: added HasConstraint checker on GORM's CreateConstraint func…

added GORM's CreateConstraint function and Constraint struct

31 Dec 15:31
2c2c065

Choose a tag to compare

v0.3.2

feat: added GORM's CreateConstraints function and Constraint struct

renamed ForeignKey struct as JoinField

31 Dec 14:32
a09b1a9

Choose a tag to compare

v0.3.1

refactor: renamed ForeignKey struct as JoinField

added GORM's SetupJoinTables function and ForeignKey struct

31 Dec 14:27
acbc1a1

Choose a tag to compare

v0.3.0

feat: added GORM's SetupJoinTables function and ForeignKey struct

solved unresolved reference to NilLoggerError

31 Dec 13:54
1becec7

Choose a tag to compare

v0.2.2

fix: solved unresolved reference to NilLoggerError

renamed errors

29 Dec 14:54
95f5dcc

Choose a tag to compare

minor: renamed errors

* Renamed errors
* Upgraded dependencies

Added PrepareFindOneAndUpdateOptions function

22 Dec 19:52
2fe0393

Choose a tag to compare

v0.2.0

feat: Added PrepareFindOneAndUpdateOptions function

Modified FailedToCreateIndexError

22 Dec 15:54
0a7bab6

Choose a tag to compare

v0.1.1

refactor: Modified FailedToCreateIndexError