From 556949ed3df77ae45e0529973aeac9f7c04c33f4 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Tue, 11 Aug 2026 09:27:18 +0300 Subject: [PATCH] docs: improve README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e558ca..7538c1c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Some SQLite A collection of some SQLite resources. @@ -21,7 +23,7 @@ Solutions using SQLite as a building block. | [Ploomber](https://github.com/ploomber/ploomber) | The fastest way to build data pipelines. Develop iteratively, deploy anywhere. | data_analysis; python; utilities | | [litefs](https://github.com/superfly/litefs) | FUSE-based file system for replicating SQLite databases across a cluster of machines | go; utilities | | [SQLPage](https://sql.ophir.dev/) | A web server driven by SQL queries. | rust | -| [SQLedge](https://github.com/zknill/sqledge) | A tool to stream changes from Postges to SQLite so the database can run on the edge. | go | +| [SQLedge](https://github.com/zknill/sqledge) | A tool to stream changes from Postgres to SQLite so the database can run on the edge. | go | | [SQLSync](https://github.com/orbitinghail/sqlsync) | A collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge. | rust | | [Redka](https://github.com/nalgeon/redka) | Redis re-implemented with SQLite. Contribute to nalgeon/redka development by creating an account on GitHub. | go | | [Limbo](https://github.com/penberg/limbo) | An in-process OLTP database management system, compatible with SQLite. | data_analysis; rust | @@ -95,4 +97,3 @@ Useful tools to work with SQLite. ## Licence This dataset is licensed under the [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/). -