Support for querying JSON data info
See original GitHub issueIssue type:
[ ] question [ ] bug report [x] feature request [ ] documentation issue
Database system/driver:
[ ] cordova
[ ] mongodb
[x] mssql
[x] mysql
/ mariadb
[ ] oracle
[x] postgres
[ ] sqlite
[ ] sqljs
[ ] react-native
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x
(or put your version here)
It would be nice to be able to have a single API to be able to query information from a property in the JSON data stored in a mysql
/ mariadb
/ postgres
database, as they all seem to have their own APIs.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:43
- Comments:16 (5 by maintainers)
Top Results From Across the Web
Work with JSON data - SQL Server - Microsoft Learn
To query JSON data, you can use standard T-SQL. If you must create a query or report on JSON data, you can easily...
Read more >Querying JSON - Amazon Athena
Amazon Athena lets you parse JSON-encoded values, extract data from JSON, search for values, and find length and size of JSON arrays.
Read more >Working with Postgres JSON Query | Made Easy - Learn | Hevo
This article will help you discover several operators and functions to query JSON data in PostgreSQL, as well as how to work out...
Read more >How to Query a JSON Object in SQL Server - PopSQL
SQL Server has supported querying JSON columns since the version launched in 2016. This gives the advantage of storing and querying unstructured data....
Read more >Is there a query language for JSON? - Stack Overflow
Lovefield is a relational query engine written in pure JavaScript. It also provides help with persisting data on the browser side, e.g. using...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I store various JSONB data in Postgres. It would be nice to use
Instead of:
Hi, any update on this thread? 🙏