michelpp

↗ HN profile [ 82.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. redis-automerge is a redis module that adds real-time collaboration to json-like documents using the automerge CRDT library.

  2. This is a simple tool I use to turn my Postgres regression tests into Markdown for publishing with mkdocs similar in spirit to Python doctests. I decided to package it up into a tool for others to use in their projects.…

  3. omni_sqlite is an extension that adds the capability to use SQLite databases as a first-class data type within Postgres. It uses expandable datum technique to ensure no additional serialization overhead for data…