Data Stores Connections
Go to file
2021-10-19 20:57:26 +01:00
src chore: fix error if no id 2021-10-19 20:57:26 +01:00
.gitignore chore: add gitiginore 2021-09-20 13:10:10 +01:00
Cargo.toml init repo 2021-09-20 13:06:08 +01:00
LICENSE init repo 2021-09-20 13:06:08 +01:00
README.md init repo 2021-09-20 13:06:08 +01:00

Data Stores Connections Library

Rust Library to connect 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.

connectors = { version = "0.1.0", path = "../lib/datastores/connectors" }

Connectors

Data Store Connectors

Author

License

MIT