Skip to content

TheServerAsterisk/rust-mysql-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-mysql-simple

Build Status Build status

Mysql client library implemented in rust. Feel free to open a new issues and pull requests.

Changelog

Available here

Documentation

Latest crate API docs hosted here.

Installation

Please use crates.io

[dependencies]
mysql = "*"

rust-mysql-simple offer support of SSL via ssl cargo feature which is disabled by default. Add ssl feature to enable:

[dependencies.mysql]
version = "*"
features = ["ssl"]

Windows support (since 0.18.0)

Windows is supported but currently rust-mysql-simple has no support of SSL on Windows.

Simple example

About

Mysql client library implemented in rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.2%
  • Makefile 0.8%