roomrs-core 0.2.2

Core runtime for roomrs (internal crate)
Documentation
1
2
3
4
5
6
7
8
9
# roomrs-core

Core runtime for [roomrs](https://github.com/yongaru/roomrs): SQLite database setup, connection pool, query execution, migrations, live-query invalidation, and shared error and type support.

## Usage

This is an internal implementation crate. Application code should normally depend on [`roomrs`](https://crates.io/crates/roomrs), which re-exports its supported public API.

See the [repository README](https://github.com/yongaru/roomrs#readme) for library usage and feature details.