| Crates.io | mylibsql |
| lib.rs | mylibsql |
| version | 0.1.2 |
| created_at | 2025-02-03 16:32:39.193303+00 |
| updated_at | 2025-08-27 09:26:41.345792+00 |
| description | A personal take on libsql, enabling SQLite replication with application-controlled checkpointing—no dedicated server required |
| homepage | |
| repository | https://github.com/guillaumebort/mylibsql |
| max_upload_size | |
| id | 1540773 |
| size | 230,893 |
mylibsql is a personal take on libsql, built for full control over SQLite replication—without a dedicated server. It uses libsql’s virtual WAL to support a primary-replica model where applications handle their own checkpointing and WAL log storage.
This project is licensed under the MIT License. See the LICENSE file for details.