0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-15 16:22:55 +00:00
Files
libsql/libsql-server/README.md

23 lines
443 B
Markdown
Raw Normal View History

2022-11-12 17:38:59 +02:00
# Iku-Turso
This is a prototype of ChiselEdge.
Start a server with:
```console
cargo run -- serve
```
and one or more SQL shells with:
```console
cargo run -- shell
```
2022-11-13 09:39:39 +02:00
## Roadmap
* ChiselEdge proxy with SQLite-like interface
* Optimistic caching in ChiselEdge proxy
* Active replication from ChiselEdge server to write replica
* Passive replication from ChiselEdge server to read replicas
* Data policy enforcement at ChiselEdge server