refactor db accessor

This commit is contained in:
2024-08-26 13:10:34 -05:00
parent 3bf2b4d71f
commit e6947e714d
19 changed files with 516 additions and 302 deletions

View File

@@ -0,0 +1,7 @@
package sql_driver
import "testing"
func TestInitTables(t *testing.T) {
InitTables()
}