appdb 0.2.17

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

#[derive(Relation)]
struct InvalidRelation(i64);

fn main() {}