Crate rustling_data

Crate rustling_data 

Source
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 driver
  • postgres: PostgreSQL driver

§Example

use rustling_data::api::CrudRepository;
use rustling_derive::MongoRepository;

See the crate README for complete examples.

Modules§

api
drivers