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"] }
```