rok-orm-core 0.1.0

Core traits and query builder for rok-orm
Documentation
1
2
3
4
5
6
7
8
9
10
11
# rok-orm-core

Internal trait definitions and type primitives for `rok-orm`. Defines the `Model` trait,
`QueryBuilder`, `Condition`, `SqlValue`, `Dialect`, and database config types.

**Do not add this crate directly.** Use `rok-orm` instead:

```toml
[dependencies]
rok-orm = { version = "0.1", features = ["postgres"] }
```