somnia-core 0.3.1

Type-safe SurrealDB query builder and expression tree — core of the somnia ORM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# somnia-core

Core of the [`somnia`](https://crates.io/crates/somnia) SurrealDB ORM: the
type-safe query builder, expression tree, and the `SurrealRecord` / `SurrealSchema`
traits.

Most users should depend on the umbrella [`somnia`](https://crates.io/crates/somnia)
crate instead, which re-exports everything here plus the derive macro, client, and
migrator.

## License

Licensed under the Apache License, Version 2.0.