Software Alternatives & Reviews

DenoDB

Prisma GraphQL API JDBI Postgres.js
  1. Prisma helps modern applications access and manipulate data through a unified data layer
    Pricing:
    • Open Source

    #Project Management #Workflow Automation #Web Service Automation 63 social mentions

  2. 2
    See this.
    Pricing:
    • Open Source
    * ... At least for Java and Kotlin the awesome library jdbi ( https://jdbi.org/ ) implements a very useful hybrid approach. One creates DAOs and Repositories to abstract away the DB and map <i>results and arguments to/from objects</i> on the fly. All while retaining full control over the SQL and all mapping aspects. This way SQL and mapping can be optimized to leverage the features of each database (ie. PostgreSQL's array, UUID, hash and JSON types) or be handled generically. The SQL loading can also be customized to read SQL from pure ".sql" files in resources/files or from inline specification via annotations. The jdbi developers have in the past reacted very fast and competent to issue reports or PRs. If find applications built using this library more easy to understand and also better performing than ones using a full-blown ORM.

    #Backend Development #Databases #Web Frameworks 23 social mentions

  3. Postgres.js - The Fastest full featured PostgreSQL client for Node.js - porsager/postgres
    I prefer the postgres module. 0 dependencies. Easy to use API. Wicked fast. Also really hard to fall victim to SQL injection attacks unless you actually put some extra effort into doing something foolish. https://github.com/porsager/postgres#readme.

    #Developer Tools #JavaScript #Web Frameworks 20 social mentions

Discuss: DenoDB

Log in or Post with