Skip to content

Releases: ralvarezdev/go-databases

added pgxpool Config, Handler and Service interfaces and implementations

28 Jan 01:39
51dcea1

Choose a tag to compare

v0.5.0

feat: added pgxpool Config, Handler and Service interfaces and implem…

added ConnectionMaxIdleTime to SQL Config struct

27 Jan 20:51
c3e7644

Choose a tag to compare

v0.4.14

feat: added ConnectionMaxIdleTime to SQL Config struct

removed typo

16 Jan 20:03
b973d76

Choose a tag to compare

v0.4.13

fix: removed typo

added RunQueriesConcurrently function and renamed the previous implementation as RunQueriesConcurrentlyWithCancel

16 Jan 18:02
950975e

Choose a tag to compare

v0.4.12

feat: added RunQueriesConcurrently function and renamed the previous …

removed unused import

16 Jan 13:20
9e2582e

Choose a tag to compare

v0.4.11

fix: removed unused import

removed KeySeparator constant

16 Jan 11:58
be8cc71

Choose a tag to compare

v0.4.10

refactor: removed KeySeparator constant

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

16 Jan 11:42
070d7da

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

Choose a tag to compare

v0.4.8

feat: added database/sql RunQueriesConcurrently function

modified sql connection Config struct

09 Jan 14:25
335a41e

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

Choose a tag to compare

v0.4.6

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