awesome-sqlalchemy
awesome-sqlalchemy copied to clipboard
MongoSQL
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.