SwirlDB: Modular-first, CRDT-based embedded database

(docs.swirldb.org)

71 points | by owenm 2 days ago ago

5 comments

  • knubie 2 days ago ago

    This looks really cool. I've actually been hacking on something very similar to this myself, although with clojure/script on the server / browser. The adapter architecture and equivalent nodes was something I first saw with PouchDB. ~830KB seems quite large for the browser library though.

  • gagik_co 2 days ago ago

    This could be exactly what I need, AES GCM field-level encryption support is a godsend. Unfortunately seems like it’s planned and not ready. If I hadn’t just finished rolling out a sync feature built around the Matrix protocol, I would have loved to properly try this out.

    • kingjimmy a day ago ago

      I'm very curious on the use case you need AES GCM field-level encryption.

  • SkiFire13 2 days ago ago

    I see no mention of foreign keys or other relational db features. Does it support them or is just a persistance layer for a simple kv CRDT?

  • mentalgear a day ago ago

    most excellent