db icon indicating copy to clipboard operation
db copied to clipboard

postgresql/cockroachdb: Add generic JSONB types

Open maxbrunet opened this issue 5 months ago • 0 comments

Hello there! 👋

This adds the generic types JSONMapOf[T] and JSONBArrayOf[T] to the postgresql and coackroachdb adapters while maintaining backward compatibility.

I have aliased the JSONBMap and JSONArray and marked them as deprecated, these names could easily be re-used if/when breaking changes are acceptable.

I took the opportunity to review and update all the links and references in the doc comments of these 2 modules

maxbrunet avatar Sep 20 '25 16:09 maxbrunet