This website requires JavaScript.
Explore
Help
Sign In
milarin
/
advsql
Watch
1
Star
0
Fork
0
You've already forked advsql
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
21
Commits
1
Branch
16
Tags
3f8e334dbb
Branches
Tags
View all branches
Go to file
Code
Timon Ringwald
3f8e334dbb
panic when initializing already initialized database
2022-08-04 09:37:01 +02:00
db_test.go
removed leaked password
2022-07-12 21:06:43 +02:00
db.go
panic when initializing already initialized database
2022-08-04 09:37:01 +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
moved to git.milar.in
2022-08-03 21:45:35 +02:00
go.sum
moved to git.milar.in
2022-08-03 21:45:35 +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
Description
A more advanced ORM for the Golang sql package
go
module
170
KiB
Languages
Go
100%