appdb 0.2.17

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

#[derive(Relation)]
#[relation(other = "edge_name")]
struct InvalidRelation;

fn main() {}