cr-sqlite
Change manager
Allows multiple independent writers to merge their changes without conflict or network issues
Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
3k stars
32 watching
79 forks
Language: Rust
last commit: 30 days ago
Linked from 2 awesome lists
crdtdatabasesqlite
Related projects:
Repository | Description | Stars |
---|---|---|
orbitinghail/sqlsync | A collaborative offline-first wrapper around SQLite designed to synchronize web application state between users and devices. | 2,377 |
benbjohnson/litestream | A tool that replicates incremental changes to a secondary file or S3 for disaster recovery of SQLite databases. | 11,070 |
andpor/react-native-sqlite-storage | A React Native plugin that provides a native interface to SQLite databases on Android and iOS devices | 2,765 |
sqlite/sqlite | A library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine | 6,723 |
temporal/cl-sqlite | Provides a Common Lisp interface to the SQLite relational database management system. | 72 |
nalgeon/sqlean | A collection of SQLite extensions that provide additional functionality and standardize API | 3,763 |
yjs/yjs | A CRDT framework for collaborative software development, enabling real-time sharing and merging of data without conflicts. | 17,096 |
fnc12/sqlite_orm | An ORM library for modern C++ that provides an easy-to-use interface for creating and managing data models with SQLite | 2,298 |
sqlitebrowser/sqlitebrowser | A high-quality GUI tool for creating, designing, and editing SQLite databases. | 21,355 |
jepiqueau/vite-sveltekit-capacitor-sqlite | A full-stack web application built with Svelte, Vite, and Capacitor, utilizing SQLite as the backend database and providing CRUD operations for users. | 14 |
capacitor-community/sqlite | Provides a native and Electron-compatible SQLite plugin for use in mobile apps built with Capacitor. | 504 |
groue/grdb.swift | A toolkit for managing SQLite databases in Swift applications | 6,904 |
rqlite/rqlite | A lightweight relational database with built-in distributed systems capabilities and high availability features. | 15,811 |
sql-js/sql.js | A JavaScript library that allows you to create and query relational databases entirely in the browser. | 12,788 |
maxpert/marmot | A distributed SQLite replication system that allows multiple nodes to independently modify their local databases without a centralized primary node. | 1,862 |