This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2025-10-17 11:10:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
frontend
/
rust-lib
/
flowy-sqlite
/
src
/
kv
/
mod.rs
7 lines
73 B
Rust
Raw
Normal View
History
Unescape
Escape
fix clippy warnings
2021-11-27 19:19:41 +08:00
#![
allow(clippy::module_inception)
]
add kv store crate to save local setting
2021-07-11 00:07:37 +08:00
mod
kv
;
mod
schema
;
pub
use
kv
::
*
;
Reference in New Issue
Copy Permalink