Crates.io | mdbtools_rs |
lib.rs | mdbtools_rs |
version | 0.1.3 |
source | src |
created_at | 2020-04-06 12:53:23.274712 |
updated_at | 2020-04-08 10:34:48.607852 |
description | Simple mdbtools wrapper |
homepage | |
repository | https://github.com/MGlolenstine/mdbtools-rs |
max_upload_size | |
id | 226891 |
size | 10,537 |
mdbtools_rs
is just a simple wrapper around the mdbtools cli interface.
MDBTools are a collection of tools made to interact with the Microsoft's Access databases.
You can use it, if you need to access an Access database from within Rust
Get tables
Get the sql schema for the database
Get sql schema with data for a table
Get data from a table directly
Export database to SQLite database
Query database with SQL
Put the following inside your Cargo.toml
under dependencies
[dependencies]
mdbtools_rs = "0.1.3"
Put the following inside your Cargo.toml
under dependencies
mdbtools-rs = {git="https://github.com/MGlolenstine/mdbtools-rs"}
Coming soon.