Data Stores connections
.gitignore | ||
LICENSE | ||
README.md |
Data Stores Library
Rust Library to declare and manage Data Stores for LibreClouds Klouds
Part of the following developments:
It includes definitions and functions for the following Data Stores:
- Redis
- MySQL
- Postgres
- Sqlite
- Slab
How to use
1 - Clone or download this lib in a path, better outside of target development
2 - Get current version from Cargo.toml
3 - Include a line like the one below in target development Cargo.toml (adjust version & path) and use whatever is need.
datastores = { version = "0.1.0", path = "../lib/datastores/defs" }
connectors = { version = "0.1.0", path = "../lib/datastores/connectors" }
Structure
. ├── connectors └── defs
Connectors
Defs
Author
License
MIT