active-group / sqlosure

SQL & DB access with Clojure
7 stars 0 forks source link

Support for JSON fields #5

Open neshtea opened 3 years ago

neshtea commented 3 years ago

Many applications that use RDBMSs now rely on JSON data stored in the database. Right now, we only support various string types but not native JSON type (like it is supported in e.g. postgresql).

Can SQLosure support a $JSON-t?