- Fixed problem with driver setting
- Fixed a minor bug that prevented Clojure 1.9 compiles
- Dropped dependencies on Om Next
- Fixed documentation (README)
- Support for efficient query filtering (filters converted to SQL WHERE)
- Support for minimum and maximum depth on filters so they can be targeted at levels of the graph query
- Support for MySQL/MariaDB, and H2
- Fixed a number of issues with graph traversal
- Added support for recursive queries and loop detection
- Renamed a few things. See the new specs and updated readme.
- Most join types supported
- Support for databases as com.stuartsierra components
- Migration support integration via Flyway
- Connection pooling via HikariCP
- Data seeding via abstract IDs
- Database integration testing support with
with-database
- Works well with
clojure.java.jdbc
.