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. Learn more →
Absurd-sql Alternatives
Similar projects and alternatives to absurd-sql
-
Hasura
Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
-
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.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
localForage
💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.
-
LevelDB
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
-
-
-
file-system-access
Expose the file system on the user’s device, so Web apps can interoperate with the user’s native applications.
-
-
lovefield
Discontinued 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
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
absurd-sql discussion
absurd-sql reviews and mentions
- Absurd-SQL: sqlite3 in ur indexeddb (hopefully a better back end soon)
- What If OpenDocument Used SQLite?
-
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.
[1] https://github.com/jlongster/absurd-sql
-
Irmin in the Browser (OCaml/MirageOS)
There is also absurd-sql that is sqlite3 in wasm using IndexDB as storage and it’s faster than IndexDB itself
[1]: https://github.com/jlongster/absurd-sql
-
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
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 10 Dec 2024
Stats
jlongster/absurd-sql is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of absurd-sql is JavaScript.