rxqlite-notification 0.1.1

A distributed sqlite database built upon `openraft` ,`sqlx` and `sqlite`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.serde]
features = ["derive"]
version = "1"

[package]
authors = ["ha421 <hha835773@gmail.com>"]
categories = ["algorithms", "asynchronous", "data-structures"]
description = "A distributed sqlite database built upon `openraft` ,`sqlx` and `sqlite`."
edition = "2021"
homepage = "https://github.com/HaHa421/rxqlite"
keywords = ["raft", "consensus", "sqlite"]
license = "MIT OR Apache-2.0"
name = "rxqlite-notification"
repository = "https://github.com/HaHa421/rxqlite"
version = "0.1.1"