stolon
absurd-sql
Our great sponsors
stolon | absurd-sql | |
---|---|---|
6 | 22 | |
4,174 | 3,790 | |
0.3% | - | |
0.0 | 0.0 | |
about 2 months ago | 11 months ago | |
Go | JavaScript | |
Apache License 2.0 | MIT License |
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.
stolon
absurd-sql
-
WASM SQL database recommendations wanted
Not really, but I'm aware of absurd-sql. Note that this requires IndexedDB and thus a browser environment.
-
Best local database that works on all platforms including web?
I don't need SQL capabilities, so I didn't look into those options (there's also absurd-sql, which ports sqlite to the browser on top of IndexedDB).
-
SQLite WASM in the Browser Backed by the Origin Private File System
Ironically I was just about to drop in absurd-sql [1] to a project, which uses indexeddb to back SQLite. This seems better.
-
Postgres WASM by Snaplet and Supabase
Offline data: running it in the browser for an offline cache, similar to sql.js or absurd-sql.
- WordPress WASM
-
Learn PWA
We are very close to having WASM SQLite with persistence in the web platform. Until now SQLite compiled to WASM was in memory and you had to write the whole database out as a binary array to save changes. There is absurd-sql (https://github.com/jlongster/absurd-sql), which builds a virtual file system on top of IndexedDB for sqlite, its incredible, but a bit of an ugly hack.
However, the new file-access apis (https://developer.mozilla.org/en-US/docs/Web/API/File_System...) that are landing in browsers will fix this. One of the things it does is enable very efficient block level read/write access to a privet sandboxed filesystem for the websites origin, perfect for persistent sqlite. There is more here: https://web.dev/file-system-access/#accessing-files-optimize...
- Learn Postgres at the Playground
- Is it possible to bundle a SQlite database file into a ReactJS web application using webpack?
-
Awesome SQLite
absurd-sql - SQLite in your IndexedDB (a backend for sql.js)
-
SQLite's New โFiddleโ App
The strange thing is that AbsurdSQL appears to be 10x more performant than IndexedDB: https://github.com/jlongster/absurd-sql#performance
(from memory the was some discussion that it wasn't a completely fair comparison, but even so was still more performant)
What are some alternatives?
patroni - A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes
lovefield - Lovefield is a relational database for web apps. Written in JavaScript, works cross-browser. Provides SQL-like APIs that are fast, safe, and easy to use.
crdt-example-app - A full implementation of CRDTs using hybrid logical clocks and a demo app that uses it
postgres - ๐ Run PostgreSQL in Kubernetes
realtime - Broadcast, Presence, and Postgres Changes via WebSockets
dolt - Dolt โ Git for Data
donutdb - Store and query a sqlite db directly backed by DynamoDB.
citus - Distributed PostgreSQL as an extension
remco - remco is a lightweight configuration management tool
localForage - ๐พ Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.
crunchy-proxy - PostgreSQL Connection Proxy by Crunchy Data (beta)
zombodb - Making Postgres and Elasticsearch work together like it's 2023