Expand description
§rustling-data 🦀
Core runtime layer for the Rustling ORM system.
Provides traits, error types, and database drivers used by the derive macros in
rustling-derive
.
§Features
mongo
: MongoDB driverpostgres
: PostgreSQL driver
§Example
use rustling_data::api::CrudRepository;
use rustling_derive::MongoRepository;
See the crate README for complete examples.