Releases: ralvarezdev/go-databases
Releases · ralvarezdev/go-databases
added RunQueriesConcurrently function and renamed the previous implementation as RunQueriesConcurrentlyWithCancel
v0.4.12 feat: added RunQueriesConcurrently function and renamed the previous …
removed unused import
v0.4.11 fix: removed unused import
removed KeySeparator constant
v0.4.10 refactor: removed KeySeparator constant
forked into 'github.com/ralvarezdev/go-strings'
v0.4.9 refactor: forked into 'github.com/ralvarezdev/go-strings'
added database/sql RunQueriesConcurrently function
v0.4.8 feat: added database/sql RunQueriesConcurrently function
modified sql connection Config struct
v0.4.7 refactor: modified sql connection Config struct
added Connect and Close functions for 'database/sql' standard library
v0.4.6 refactor: added Connect and Close functions for 'database/sql' standa…
modified IsUniqueViolationError function
v0.4.5 refactor: modified IsUniqueViolationError function
removed Migrate call on NewDefaultService function
v0.4.4 minor: removed Migrate call on NewDefaultService function
added IsUniqueViolationError function
v0.4.3 feat: added IsUniqueViolationError function