Metabase Toucan Versions Save

A classy high-level Clojure library for defining application models and retrieving them from a DB

1.11.0

5 years ago
  • Add support for primary keys not named :id. (Issue #3/PR #53; huge thanks to @axrs and @AndreTheHunter for the PR)

1.10.1

5 years ago

Fix regression in 1.10.0

1.1.10

5 years ago
  • Tweaks to support MariaDB JDBC driver
  • Updated dependencies
  • Updated CI script (credit: @ElizabethForest)
  • Fixed typos in documentation (credit: @dcreemer)

1.1.9

5 years ago
  • Removed classpath-scanning code that caused slowdowns in larger projects and had stopped working in Java 9. (PR #38, credit: @senior)
  • Updated dependencies.

1.1.8

5 years ago

1.1.7

6 years ago

1.1.5

6 years ago
  • Fix support for new versions of H2

1.1.4

6 years ago

1.1.3

6 years ago
  • Add option to automatically convert dashed names to underscores in queries, and underscores in result rows keys to dashes in query results. See documentation here. (PRs #26, #28, and #29; Credits: @AndreTheHunter with some cleanup by @camsaul)

1.1.2

6 years ago
  • Add optional new post-update handler. (PR #23, Credit: @axrs)
  • Bump dependency versions