Releases: ralvarezdev/go-databases
Releases · ralvarezdev/go-databases
added pgxpool Config, Handler and Service interfaces and implementations
v0.5.0 feat: added pgxpool Config, Handler and Service interfaces and implem…
added ConnectionMaxIdleTime to SQL Config struct
v0.4.14 feat: added ConnectionMaxIdleTime to SQL Config struct
removed typo
v0.4.13 fix: removed typo
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…