Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

Query filter syntax (eg eq, ne, in, nin, lt, lte, gt, gte) #150

Closed Jaymon closed 7 months ago

Jaymon commented 1 year ago

https://www.gatsbyjs.com/docs/query-filters/

This has come up a few times, but Prom's query class was based on MongoDB's query syntax, and that syntax has seemed to become pretty standard over the last decade or so. The same syntax is used in GraphQL also.

I should maybe add some of these sources to the query docs. But right now I just need a place I can put these that I can remember when the subject comes up in discussion, this will be that place for awhile.

Jaymon commented 1 year ago

https://feathersjs.com/api/databases/querying.html

Jaymon commented 1 year ago

https://github.com/Jaymon/prom/issues/24

Jaymon commented 8 months ago

https://www.mongodb.com/docs/manual/reference/operator/query/