Software Alternatives & Reviews

Sketch of a Post-ORM

JDBI Hasura
  1. 1
    See this.
    Pricing:
    • Open Source

    #Backend Development #Databases #Web Frameworks 23 social mentions

  2. 2
    Hasura is an open platform to build scalable app backends, offering a built-in database, search, user-management and more.
    Pricing:
    • Open Source
    - Hasura Remote Schema (https://hasura.io/blog/tagged/remote-schemas/) If you want more control over the web API and you were going to fetch the data within your Python back-end and process it there, for some use-cases (not all, but some), there are options: - pg_http (<a href="https://github.com/pramsey/pgsql-http">https://github.com/pramsey/pgsql-http</a>) Life is about trade-offs. Doing the work in SQL is not without its drawbacks, but it's also not without its benefits, and that's true for doing the work in a general-purpose language as well. Whatever the drawbacks of doing it in SQL, one of the benefits has got to be eliminating the impedance mismatch (for people who regard that mismatch as a problem, and the OP seems to be one such person). What I claim is that doing the work directly in the database shouldn't be ruled out in general (the specifics of a given use-case may rule it out in particular) any more the the other common patterns (API hand-written in Python, for instance) shouldn't be ruled out in general.

    #GraphQL #Realtime Backend / API #API Tools 116 social mentions

Discuss: Sketch of a Post-ORM

Log in or Post with