A more advanced ORM for the Golang sql package
Go to file
2022-07-12 21:01:49 +02:00
db_test.go removed SQL syntax error 2022-07-12 21:01:49 +02:00
db.go replaced Database constructors with init functions 2022-07-12 20:56:33 +02:00
default_decoders.go EncodeFunc and DecodeFunc replaced by ScanFunc 2022-07-12 17:56:06 +02:00
func_types.go EncodeFunc and DecodeFunc replaced by ScanFunc 2022-07-12 17:56:06 +02:00
global_stmts.go replaced Database constructors with init functions 2022-07-12 20:56:33 +02:00
go.mod rewrite 2022-07-05 12:38:39 +02:00
go.sum rewrite 2022-07-05 12:38:39 +02:00
insert.go replaced Database constructors with init functions 2022-07-12 20:56:33 +02:00
query_many.go replaced Database constructors with init functions 2022-07-12 20:56:33 +02:00
query_one.go EncodeFunc and DecodeFunc replaced by ScanFunc 2022-07-12 17:56:06 +02:00
stmt.go rewrite 2022-07-05 12:38:39 +02:00
update.go EncodeFunc and DecodeFunc replaced by ScanFunc 2022-07-12 17:56:06 +02:00
utils.go parse times from db into time.Time 2022-07-11 12:30:32 +02:00