requery icon indicating copy to clipboard operation
requery copied to clipboard

Initial Documentation

Open adnelson opened this issue 6 years ago • 0 comments

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

adnelson avatar Oct 06 '19 18:10 adnelson