Closed borkdude closed 3 years ago
Instead of metadata we will offer functions:
(db/as ... :json) (db/as ... :jsonb) (db/as ... :array)
This will be a breaking change, but less confusing.
This sounds like a great idea to me.
@arichiardi This has changed to (db/write-json ...) and (db/write-jsonb ...).
(db/write-json ...)
(db/write-jsonb ...)
Ok thanks for the heads up!
Instead of metadata we will offer functions:
This will be a breaking change, but less confusing.