pgserver VS mvsqlite

Compare pgserver vs mvsqlite and see what are their differences.

pgserver

Pip-installable, embedded-like postgres server for your python app (by orm011)

mvsqlite

Distributed, MVCC SQLite that runs on FoundationDB. (by V-Sekai)
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
pgserver mvsqlite
1 1
37 3
- -
9.4 7.9
3 days ago 2 days ago
Python C
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.

pgserver

Posts with mentions or reviews of pgserver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-25.
  • Wouldn't it be cool to have a Supabase for SQLite?
    3 projects | news.ycombinator.com | 25 Apr 2024
    Not directly an answer, but similar what if thinking got me wondering: wouldn't it be cool to be able to use postgres much like how you use sqlite with python? I implemented this idea as a pip-installable python package, https://github.com/orm011/pgserver, and your feedback would be great :) I use it for my projects.

mvsqlite

Posts with mentions or reviews of mvsqlite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-25.
  • Wouldn't it be cool to have a Supabase for SQLite?
    3 projects | news.ycombinator.com | 25 Apr 2024
    I've been keeping a fork of MVSqlite (sqlite on foundationdb) maintained.

    What is Mvsqlite? According to the author it's a distributed, MVCC SQLite that runs on top of FoundationDB.

    https://github.com/V-Sekai/mvsqlite

    Made an Elixir client, a Godot Engine client and CLI.