Nile, Serverless Postgres for Modern SaaS

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. niledatabase

    PostgreSQL reengineered for multi-tenant apps

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. PostgreSQL

    PostgreSQL client for node.js.

    So far every JS framework that uses https://node-postgres.com works great and so no reason to think Drizzle wouldn't.

  4. activerecord-multi-tenant

    Rails/ActiveRecord support for distributed multi-tenant databases like Postgres+Citus

    Yup! I lean towards a tenant ID approach. I ALWAYS use a library that enforces these tenant checks on queries. Ruby (https://github.com/citusdata/activerecord-multi-tenant) and Elixir (I wrote https://github.com/sb8244/ecto_tenancy_enforcer) are the ones I have experience with.

  5. ecto_tenancy_enforcer

    Provides a way to ensure that all queries made from your Elixir application, using Ecto, have tenancy set

    Yup! I lean towards a tenant ID approach. I ALWAYS use a library that enforces these tenant checks on queries. Ruby (https://github.com/citusdata/activerecord-multi-tenant) and Elixir (I wrote https://github.com/sb8244/ecto_tenancy_enforcer) are the ones I have experience with.

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

  • Using AI I have departed from ORM and embraced SQL

    2 projects | /r/SQL | 13 Sep 2023
  • Credentials Leak with Knex

    3 projects | dev.to | 6 Jun 2023
  • Cannot dockerize Prisma node mysql application

    2 projects | /r/node | 27 Nov 2022
  • Which node module should I use to connect to a Postgres database?

    2 projects | /r/SQL | 18 Nov 2022
  • Learning postgresql with node

    1 project | /r/PostgreSQL | 26 Oct 2022