A Standard Notes Sync Server written in Rust
Go to file
Peter Cai fb7beff3e0
db: create indicies for quicker query
2020-02-22 19:22:01 +08:00
db initial commit 2020-02-20 20:02:09 +08:00
migrations db: create indicies for quicker query 2020-02-22 19:22:01 +08:00
src item: better documentation on our "id" 2020-02-22 19:00:48 +08:00
.env.test drop JWT and use database-based session tokens 2020-02-21 18:57:39 +08:00
.gitignore write some tests (they fail) 2020-02-21 08:32:07 +08:00
Cargo.lock api: rewrite conflict detection in iterators 2020-02-22 17:33:42 +08:00
Cargo.toml api: rewrite conflict detection in iterators 2020-02-22 17:33:42 +08:00
diesel.toml initial commit 2020-02-20 20:02:09 +08:00
test.sh write some tests (they fail) 2020-02-21 08:32:07 +08:00