You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MongoSQL is a JSON query engine that lets you execute MongoDB-like queries on your SQL database. The primary goal is to save the time you will spend implementing APIs for all those mundane filters, sortings, and pagination.
Currently tested with PostgreSQL. Because it relies on SqlAlchemy, should work with other databases as well.
The text was updated successfully, but these errors were encountered:
I suggest adding this one:
Query Helper:
MongoSQL is a JSON query engine that lets you execute MongoDB-like queries on your SQL database. The primary goal is to save the time you will spend implementing APIs for all those mundane filters, sortings, and pagination.
Currently tested with PostgreSQL. Because it relies on SqlAlchemy, should work with other databases as well.
The text was updated successfully, but these errors were encountered: