raystack / salt

Salt is a collection of libraries and tools used in the Raystack ecosystem to improve the experience of developing projects with Go.
Apache License 2.0
13 stars 8 forks source link

feat: add db package #38

Closed ravisuhag closed 2 years ago

ravisuhag commented 2 years ago

Common package for connecting to SQL databases

ravisuhag commented 2 years ago

Since this is a pretty important part of an application (interacting with the main source) and we will use it across our odpf services, should we consider adding test? at least for migration and transaction.

wdyt?

@StewartJingga @krtkvrm Added high-level tests for both. Please check. Let me know if we need to make them more strict.