requery
requery copied to clipboard
Initial Documentation
Usage docs
- [x] High level description
- [x] a few short code examples
Building SELECT queries
- [ ] Expressions
- [ ] Joins
- [ ] Group by, limit, where, etc
Decoding results
- [ ] Just enough about running queries to enable example code
- [ ] Decoding a single row (e.g. from a query returning a single result)
- [ ] Decoding an object from multiple rows
Building INSERT queries
- [x] Insert select
- [x] Insert values
- [x] Encoding objects into
VALUES - [ ] Handling return values
Running queries
- [ ] writing code for a generic client
- [ ] Choosing the DB driver directly (e.g.
BsPostgres)
Module level documentation
- [ ] High level descriptions of modules in
README.md