norm icon indicating copy to clipboard operation
norm copied to clipboard

Support JSON type

Open moigagoo opened this issue 4 years ago • 2 comments

  • [ ] SQlite
  • [ ] PostgreSQL

moigagoo avatar Aug 21 '19 09:08 moigagoo

What's the point of supporting a Redis data type when Norm doesn't support Redis? 🤔

I can see how we can implement json support for SQLite and Postgres but Redis feels very off.

moigagoo avatar Oct 11 '20 17:10 moigagoo

This turned to be trickier than I thought. To support json natively in Postres, we need to introduce converter support in query constuctor.

moigagoo avatar Apr 08 '21 06:04 moigagoo