Skip to content

Commit e4255eb

Browse files
author
c9845
committed
Start work on rewrite to implement better handling of deploying and updating.
Goal is to improve deploying and updating of schema with changes to related translation functions and error handling. This was inconsistent between deploying and updating. Also planning on revising how creating of a config is done. Possibly removing a lot of the funcs to help with this (New...) and (Default...) (and related per-db-type funcs) and just have New() (to return a blank Config{}, even though sqldb.Config{} accomplishes this too) and GetDefault() which uses the singleton/in-package config. The package is just a bit messy as it is with support for multiple database types and both singleton and external config storage.
1 parent 2e7c9f0 commit e4255eb

File tree

2 files changed

+179
-141
lines changed

2 files changed

+179
-141
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/c9845/sqldb/v2
22

3-
go 1.18
3+
go 1.21
44

55
require (
66
github.com/denisenkom/go-mssqldb v0.12.3

0 commit comments

Comments
 (0)