sql-streams
sql-streams copied to clipboard
Write documentation
- [x] Javadoc all the things
- [x] Getting started
- [ ] Explain how mapping works
- [ ] Explain how datasources work (setup)
- [ ] Explain how AutoCloseable is used
- [ ] Explain how Transaction works
- [ ] Mention where jdbc primitives are closed
- [ ] Mention goals of the lib (you write the sql, I handle jdbc)
Probably also needs a "getting started with @Transactional for example.