Skip to content

Would nosql database be supported in future? #77

Answered by majodev
shoebsd31 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shoebsd31,

our backends mostly use JSON or JSONB data types for typical NoSQL use-cases, see PostgreSQL JSON Types.

We only head to specialized NoSQL databases if we have actual requirements for them (<5% of our projects, e.g. time-series, caching) and most of the times, there are better alternative for those than MongoDB (e.g. redis for caching, ClickHouse / TimescaleDB for time-series).

To sum it up, we don't plan to include any dedicated NoSQL database adapters here.

Mario

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by majodev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants