Skip to content

nutsi/rust-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rust-mysql

mysql quick and dirty binding for rust language.

  • Build instruction

To build rust-mysql you need rust version >= 0.8, you can get it here (for the latest version): https://github.com/mozilla/rust .

Now just run make, libmysql-[,,,].so will build into build/lib directories. For building examples, you need to add the location of libmysql-[,,,].so to your LIBRARY_PATH in your env. And run make examples. Examples are build into ./build/examples.

About

mysql binding for rust language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages