dbmeta
dbmeta is an open source Rust library for managing and interacting with multiple database backends, including MySQL and PostgreSQL. It provides a unified interface for obtaining database metadata, making it easier to build Rust applications that require metadata from multiple databases.
Getting Started
Installation
Add dbmeta to your Cargo.toml:
[]
= { =0.1, =["db-all"]}
Usage Example
use db;
License
This project is licensed under the Apache License. See the LICENSE file for details.
Acknowledgements
Some codes are translated from the open source project Bytebase.