mousetail

joined 3 months ago
[–] [email protected] 5 points 3 months ago

PostgreSQL can even run WebAssembly (with an extension)

[–] [email protected] 2 points 3 months ago

Every major SQL database supports json manipulation nowadays. I know MariaDB and MySQL and SQLite at least support it natively.

[–] [email protected] 3 points 3 months ago

It's entirely possible to sort and filter inside JSON data in most SQL dialects. You can even add indexes.