Fork me on GitHub
#clojure-spec
<
2016-09-18
>
wilkes14:09:41

Can someone post the slides for Chelimsky’s intro?

lvh19:09:43

Hm; are there any specs somewhere that someone is collecting for datomic/datascript datoms?

Oliver George22:09:46

Here's a quick script which generates simple clojure.spec definitions for a database. https://gist.github.com/olivergeorge/468464ce82b8da486736fe725a4b6ff8

Oliver George22:09:52

Nothing particularly magic in there. JDBC makes it easy to inspect types for table columns.

Oliver George22:09:52

An interesting extension would be to interpret relations and generate optional keys

Oliver George22:09:21

(My use case is generating dummy data for a re-frame UI which is fed from a pull api (which in turn mirrors a db schema)