Skip to content

MGlolenstine/mdbtools-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is mdbtools_rs

mdbtools_rs is just a simple wrapper around the mdbtools cli interface.

What are MDBTOOLS

MDBTools are a collection of tools made to interact with the Microsoft's Access databases.

Why should I use it

You can use it, if you need to access an Access database from within Rust

Features

  • 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

How to use

Put the following inside your Cargo.toml under dependencies

[dependencies]
mdbtools_rs = "0.1.3"

Bleeding edge

Put the following inside your Cargo.toml under dependencies

mdbtools-rs = {git="https://github.com/MGlolenstine/mdbtools-rs"}

Documentation

Coming soon.

About

A simple mdbtools wrapper for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages