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/). -