appdb 0.2.16

Lightweight SurrealDB helper library for Tauri embedded database apps
Documentation
1
2
3
4
5
6
7
8
use appdb::Relation;

#[derive(Relation)]
enum InvalidRelation {
    Follows,
}

fn main() {}