Skip to content

Commit

Permalink
data: Add Limbo
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Jul 20, 2024
1 parent cf01a46 commit 94a881c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Solutions using SQLite as a building block.
| [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 |
| [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 |

## Extensions

Expand Down
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ https://github.com/dgllghr/stanchion,Stanchion,A SQLite extension that brings co
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
https://github.com/penberg/limbo,Limbo,"An in-process OLTP database management system, compatible with SQLite.",application
2 changes: 2 additions & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ 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
https://github.com/penberg/limbo,rust
https://github.com/penberg/limbo,data_analysis

0 comments on commit 94a881c

Please sign in to comment.