moigagoo / norm

A Nim ORM for SQLite and Postgres
https://norm.nim.town
MIT License
384 stars 34 forks source link

Support JSON type #24

Open moigagoo opened 5 years ago

moigagoo commented 5 years ago
moigagoo commented 4 years ago

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 commented 3 years ago

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