DEV Community

corerman
corerman

Posted on

IceFireDB-SQLite: Interesting When P2P Meets SQLite

IceFireDB-SQLite database is a decentralized SQLite database. Provide a convenient mechanism to build a global distributed database system. Support users to write data to IceFireDB using MySQL protocol. IceFireDB stores the data in the SQLite database and synchronizes the data among the nodes in the P2P automatic networking.

current state

you can browse: https://github.com/IceFireDB/IceFireDB/tree/main/IceFireDB-SQLite

How does it work?

framework

Compile and install

cd IceFireDB-SQLite
make

IceFireDB-SQLite -h
Enter fullscreen mode Exit fullscreen mode

Application scenarios

  1. Build a decentralized SQLite database based on Mysql usage protocol

Top comments (0)