From cf01a46302ab62846ef3fe9fb724eb839edf147d Mon Sep 17 00:00:00 2001 From: Arnau Siches Date: Sat, 11 May 2024 11:37:56 +0100 Subject: [PATCH] data: Add Redka Signed-off-by: Arnau Siches --- data/thing.csv | 1 + data/thing_tag.csv | 1 + 2 files changed, 2 insertions(+) diff --git a/data/thing.csv b/data/thing.csv index 3b12101..76cabc6 100644 --- a/data/thing.csv +++ b/data/thing.csv @@ -41,3 +41,4 @@ https://github.com/orbitinghail/sqlsync,SQLSync,"A collaborative offline-first w https://github.com/dgllghr/stanchion,Stanchion,A SQLite extension that brings column-oriented tables to SQLite,extensions https://gitlab.com/Screwtapello/sqlite-schema-diagram/,sqlite-schema-diagram,A SQLite schema diagram generator.,utilities https://kerkour.com/sqlite-for-servers,Optimising SQLite for servers,A tutorial on how to optimise SQLite for backend applications.,tutorial +https://github.com/nalgeon/redka,Redka,Redis re-implemented with SQLite. Contribute to nalgeon/redka development by creating an account on GitHub.,application diff --git a/data/thing_tag.csv b/data/thing_tag.csv index ccf1fb8..c288687 100644 --- a/data/thing_tag.csv +++ b/data/thing_tag.csv @@ -64,3 +64,4 @@ https://github.com/dgllghr/stanchion,c https://github.com/dgllghr/stanchion,data_analysis https://github.com/dgllghr/stanchion,zig https://gitlab.com/Screwtapello/sqlite-schema-diagram/,sql +https://github.com/nalgeon/redka,go