Commit graph

58 commits

Author SHA1 Message Date
Sean Corfield
688e94d9d8 Link to Contrib discussion issue 2019-04-18 08:29:46 -07:00
Sean Corfield
3b2d2a194c Update to latest API
Declares API to have reached stability and updates usage and examples to 
latest API.
2019-04-18 08:15:02 -07:00
Sean Corfield
90a4b7d727 Update README for syntactic sugar functions 2019-04-18 01:03:39 -07:00
Sean Corfield
b5eb5b880e Consolidate the three use cases
* Remove `execute!` and `execute-one!` from `result-set`.
* Add `-execute-all` and `-execute-one` to the `Executable` protocol 
instead.
* Remove `:row-fn` support.
* Allow a `PreparedStatement` to be `Connectable` so it can be used with 
`datafy`/`nav`.
* Rewrite `RowBuilder` protocol and add `ResultSetBuilder` protocol; add 
`as-arrays` as a builder.
2019-04-17 23:34:31 -07:00
Sean Corfield
e5e580846f Document usage, intended use cases, and differences
Expand the README to provide more guidance and motivation.
2019-04-04 20:26:18 -07:00
Sean Corfield
571ad64a3f Explain motivations in README 2019-04-04 18:52:38 -07:00
Sean Corfield
8a44a8cbca Prepare for public viewing/contribution 2019-01-09 22:05:58 -08:00
Sean Corfield
a8c1c37cfd Baseline project setup 2019-01-07 20:38:58 -08:00