framed-data / overseer

Overseer is a library for building and running data pipelines in Clojure.
Eclipse Public License 1.0
97 stars 10 forks source link

Release Overseer 0.9.0 #107

Closed andrewberls closed 11 months ago

andrewberls commented 11 months ago

0.9.0 contains a SQLite implementation of overseer.core/Store, and prevents unconditional store-specific driver loading, to allow the use of dependency exclusions. Thanks to @nathell for these contributions!