How do most people interact with a db these days?

This page summarizes the projects mentioned and recommended in the original post on /r/node

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • @databases

    TypeScript clients for databases that prevent SQL Injection

  • We use @databases, which has a mix of super lightweight ORM for type safety and raw SQL (with protections against SQL injection) for more complex queries.

  • prisma-examples

    🚀 Ready-to-run Prisma example projects

  • Prisma is a bit different than existing ORMs as it comes with its own data modeling language that's simple and intuitive, a migration system that makes it straightforward to change your DB schema, a fully type-safe DB client (with auto-completion even if you don't use TypeScript) and lots of other goodies like a modern data browser/editor, a CLI for common workflows, extensive documentation and examples.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

  • Hey there, I work at Prisma and we're building a new and modern ORM that has been fully released for production this year.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts