issues
search
matthewmueller
/
pogo
Type-safe Database Client for Go. Supports PostgreSQL and SQLite.
MIT License
6
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
sqlite: primary key implies not null
#49
matthewmueller
opened
1 month ago
0
sqlite: UpsertX returned ID is not reliable
#48
matthewmueller
opened
1 month ago
0
Fix codegen when table name and column name are the same
#47
matthewmueller
opened
1 month ago
0
Support struct types
#46
matthewmueller
opened
1 month ago
0
Upgrade to github.com/jackc/pgx/v5
#45
matthewmueller
closed
1 month ago
1
Make the generated pogo.go file an imported runtime
#44
matthewmueller
opened
2 years ago
0
Rename NewFilter to Where and NewOrder to OrderBy
#43
matthewmueller
opened
2 years ago
0
Rename Insert to Create
#42
matthewmueller
opened
2 years ago
0
Support bytea as []byte
#41
matthewmueller
opened
2 years ago
0
Syntax error when using order by with an update
#40
matthewmueller
opened
2 years ago
0
sqlite: Ignore shadow databases
#39
matthewmueller
closed
3 years ago
0
Add meta information about the table
#38
matthewmueller
opened
4 years ago
0
Support go.mod
#37
matthewmueller
closed
2 years ago
1
Consider more typesafety
#36
matthewmueller
closed
2 years ago
1
Support accessing input values via input.Row.SkuVariant
#35
matthewmueller
opened
4 years ago
0
real should be a float32
#34
matthewmueller
opened
4 years ago
0
Replace Upsert(db, input)
#33
matthewmueller
opened
5 years ago
0
UPSERT error
#32
matthewmueller
closed
5 years ago
0
V7
#31
matthewmueller
closed
4 years ago
2
uniques with the same field name as the table break
#30
matthewmueller
opened
5 years ago
0
refactor interfaces
#29
matthewmueller
opened
5 years ago
0
Properly import pogo
#28
matthewmueller
opened
5 years ago
0
sqlite: support datetime filters
#27
matthewmueller
opened
5 years ago
1
move filters into each database
#26
matthewmueller
opened
5 years ago
0
fix floats on sqlite
#25
matthewmueller
opened
5 years ago
0
support pogo --db "sqlite:///pogo.db"
#24
matthewmueller
opened
5 years ago
1
support sets via HStore or array or bitmaps
#23
matthewmueller
opened
5 years ago
0
Upsert: unique("id", "name")
#22
matthewmueller
closed
5 years ago
0
Sqlite
#21
matthewmueller
closed
5 years ago
0
Test insertables
#20
matthewmueller
opened
6 years ago
0
cleanup filters
#19
matthewmueller
opened
6 years ago
0
use time.Time for time type
#18
matthewmueller
opened
6 years ago
0
consider moving back to pq
#17
matthewmueller
closed
2 years ago
0
support nullable foreign keys
#16
matthewmueller
opened
6 years ago
0
JSON input should by interface{}
#15
matthewmueller
opened
6 years ago
0
better SQL formatting
#14
matthewmueller
opened
6 years ago
0
updateByX has the wrong variable order
#13
matthewmueller
opened
6 years ago
0
consistent upsert
#12
matthewmueller
closed
5 years ago
1
support UPSERT DO NOTHING
#11
matthewmueller
opened
6 years ago
0
enum should singularize all parts of the table
#10
matthewmueller
closed
6 years ago
1
support user.Truncate(db)
#9
matthewmueller
opened
6 years ago
0
add: model.FindBy foreign key where foreign key's reference column is unique
#8
matthewmueller
opened
6 years ago
0
Replace `user.ErrUserNotFound` with `user.NotFound(err) bool`
#7
matthewmueller
opened
6 years ago
0
Move the functions above the filters and orders
#6
matthewmueller
opened
6 years ago
0
Finish filters
#5
matthewmueller
opened
6 years ago
2
Add an InsertMany(db, inputs...)
#4
matthewmueller
opened
6 years ago
0
Add an `Input` interface
#3
matthewmueller
opened
6 years ago
0
"not null" fields that also don't have a default should not be pointers
#2
matthewmueller
closed
6 years ago
2
handle empty inserts
#1
matthewmueller
opened
7 years ago
2