issues
search
aldy505
/
bob
SQL query builder for Go. Might also be used as an extension for Squirrel.
https://pkg.go.dev/github.com/aldy505/bob
MIT License
17
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
docs: examples
#15
aldy505
closed
2 years ago
0
feat: added some alter function in addition to drop builder
#14
aldy505
closed
3 years ago
1
feat: create index method
#13
aldy505
closed
3 years ago
1
Add more documentation and examples
#12
aldy505
closed
2 years ago
0
fix: make PlaceholderFormat not required
#11
aldy505
closed
3 years ago
0
`.PlaceholderFormat` should not be required on `.Upsert()` method.
#10
aldy505
closed
3 years ago
0
perf: migrate bytes.Buffer to strings.Builder for micro optimization
#9
aldy505
closed
3 years ago
1
Enhance DropBuilder to have other function than `DROP TABLE`
#8
aldy505
closed
3 years ago
0
feat: drop cascade & restrict
#7
aldy505
closed
3 years ago
1
`CreateIndex` for create an index outside the `CreateTable` function
#6
aldy505
closed
3 years ago
0
`DROP TABLE CASCADE` support
#5
aldy505
closed
3 years ago
0
Move from `bytes.Buffer` to `strings.Builder` for micro optimization
#4
aldy505
closed
3 years ago
0
Feat/upsert (WIP)
#3
aldy505
closed
3 years ago
1
feat: using a column definition builder
#2
aldy505
closed
3 years ago
0
Consider using a column definition builder
#1
benedictjohannes
closed
3 years ago
1