Software Alternatives, Accelerators & Startups

Automerge VS Alasql

Compare Automerge VS Alasql and see what are their differences

Automerge logo Automerge

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.

Alasql logo Alasql

Alasql.js - is a lightweight client-side in-memory SQL database designed to work in browser and...
  • Automerge Landing page
    Landing page //
    2023-06-02
  • Alasql Landing page
    Landing page //
    2023-07-29

Automerge videos

Automerge: a new foundation for collaboration software

More videos:

  • Review - Creating Local-First Collaboration Software with Automerge • Martin Kleppmann • GOTO 2023

Alasql videos

No Alasql videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to Automerge and Alasql)
Databases
42 42%
58% 58
NoSQL Databases
48 48%
52% 52
Developer Tools
100 100%
0% 0
Key-Value Database
0 0%
100% 100

User comments

Share your experience with using Automerge and Alasql. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Alasql might be a bit more popular than Automerge. We know about 2 links to it since March 2021 and only 2 links to Automerge. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Automerge mentions (2)

  • Using CRDTs to build collaborative Rust web applications
    If you plan to build production-grade CRDT-based software and don’t want to build every piece of it by hand, I recommend Automerge as a library for handling all your CRDT needs, but it’s always good to look under the hood to build intuition and understanding for the underlying concepts. - Source: dev.to / 3 months ago
  • Figma Is a File Editor
    Take a look at https://automerge.org/ and the stack those folks are building. You're exactly right that it's a difficult balance (specifically the trick is proving commutativity for the domain-specific data of your application). But automerge (and then https://github.com/inkandswitch/peritext) show it's at least possible. Good stuff. - Source: Hacker News / 11 months ago

Alasql mentions (2)

  • A Future for SQL on the Web
    Sql.js is pretty hard to use as is otherwise you run out of memory really quickly. I was trying to use it as the in-memory SQL flavor for an open source data ide [0] but my naive approach of `SELECT * FROM VALUES (...), ...` would run out of memory after only a few hundred rows. I ended up switching to https://github.com/agershun/alasql which could handle up to 80MB of data or so. I don't think this is a... - Source: Hacker News / almost 3 years ago
  • Hosting SQLite databases on GitHub Pages (or any static file hoster)
    For similar results, you can use SQL with IndexedDB running fully client-side: https://github.com/agershun/alasql. - Source: Hacker News / about 3 years ago

What are some alternatives?

When comparing Automerge and Alasql, you can also consider the following products

Yjs - A CRDT framework with a powerful abstraction of shared data, Shared data types for building collaborative software

Redis - Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.

PouchDB - Open-source JavaScript database inspired by Apache CouchDB that's designed to run well within the browser

ForerunnerDB - ForerunnerDB is the only JavaScript database with a simple, rich JSON-based query language.

GUN - Self-hosted Firebase.

IndexedDB - IndexedDB is a low-level API for client-side storage of significant amounts of structured data, including files/blobs.