Skip to content

Releases: ralvarezdev/go-databases

added RunQueriesConcurrently function and renamed the previous implementation as RunQueriesConcurrentlyWithCancel

16 Jan 18:02
950975e
Compare
Choose a tag to compare
v0.4.12

feat: added RunQueriesConcurrently function and renamed the previous …

removed unused import

16 Jan 13:20
9e2582e
Compare
Choose a tag to compare
v0.4.11

fix: removed unused import

removed KeySeparator constant

16 Jan 11:58
be8cc71
Compare
Choose a tag to compare
v0.4.10

refactor: removed KeySeparator constant

forked into 'github.com/ralvarezdev/go-strings'

16 Jan 11:42
070d7da
Compare
Choose a tag to compare
v0.4.9

refactor: forked into 'github.com/ralvarezdev/go-strings'

added database/sql RunQueriesConcurrently function

16 Jan 01:09
a0fc3cc
Compare
Choose a tag to compare
v0.4.8

feat: added database/sql RunQueriesConcurrently function

modified sql connection Config struct

09 Jan 14:25
335a41e
Compare
Choose a tag to compare
v0.4.7

refactor: modified sql connection Config struct

added Connect and Close functions for 'database/sql' standard library

09 Jan 14:21
217cc2b
Compare
Choose a tag to compare
v0.4.6

refactor: added Connect and Close functions for 'database/sql' standa…

modified IsUniqueViolationError function

09 Jan 14:07
2f9b8e5
Compare
Choose a tag to compare
v0.4.5

refactor: modified IsUniqueViolationError function

removed Migrate call on NewDefaultService function

09 Jan 03:04
a30372f
Compare
Choose a tag to compare
v0.4.4

minor: removed Migrate call on NewDefaultService function

added IsUniqueViolationError function

09 Jan 02:33
02ef5a1
Compare
Choose a tag to compare
v0.4.3

feat: added IsUniqueViolationError function