sql-file VS supabase

Compare sql-file vs supabase and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sql-file supabase
2 770
1 66,748
- 3.3%
7.0 10.0
4 months ago 6 days ago
Clojure TypeScript
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sql-file

Posts with mentions or reviews of sql-file. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-14.
  • Screw DSLs. Write migrations using plain SQL
    6 projects | news.ycombinator.com | 14 Dec 2021
    Several years ago, I wrote something similar for Clojure, as part of a way to make it super simple to put a SQL database behind a Clojure all. Essential goal was for close to single jar file deployment.

    https://github.com/mschaef/sql-file

    Doesn’t get a lot of use aside from a few small things I use it for, but has been nice to have around.

    (This was before I knew of Flyway…. These days I might just link to that for the migration part.)

  • Ask HN: Do you Self-host your database?
    4 projects | news.ycombinator.com | 29 Jun 2021
    For personal stuff, I tend to keep it about as simple as possible with an HSQLDB instance hosted in-process. (All JVM/Clojure)

    I use a small library that encapsulates the use-case (including some schema migration stuff that should probably be replaced with flyway).

    https://github.com/mschaef/sql-file

    There's a lot that can be said about this approach, both for and against, but I find that it brings a lot of power, is easy to set up, and generally stays out of the way. Given that the fundamental abstraction presented to user code is essentially SQL with connection pooling, there are also good escape strategies to get to architectures that would support however much capacity I'm ever likely to need.

supabase

Posts with mentions or reviews of supabase. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-08.

What are some alternatives?

When comparing sql-file and supabase you can also consider the following projects:

docker-sqitch-pgtap - Run sqitch and pgTAP for PostgreSQL without installing them from docker

Appwrite - Your backend, minus the hassle.

pgmigrate

pocketbase - Open Source realtime backend in 1 file

nhost - The Open Source Firebase Alternative with GraphQL.

neon - Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.

next-auth - Authentication for the Web.

Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

Directus - The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database.

faunadb-js - Javascript driver for Fauna v4

vitess - Vitess is a database clustering system for horizontal scaling of MySQL.

postgrest - REST API for any Postgres database