Project

mrdu

0.0
No commit activity in last 3 years
No release in over 3 years
Spawn a temporary MySQL instance off a RAM disk on Ubuntu.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.5.2
>= 2.0
 Project Readme

Introduction¶ ↑

Mrdu is a Ruby gem that makes it super easy to spawn a temporary MySQL instance off a RAM disk in Ubuntu. This allows for very fast database operations, which can be useful for speeding up large test suites.

This gem borrows heavily from the work done by these amazing people:

Getting Started¶ ↑

Install the gem at the command prompt:

$ gem install mrdu

Usage¶ ↑

$ mrdu

That’s it. This will reserve 512 MB of ramdisk and start a MySQL instance on port 3307.

There’s lot of options that can be specified as well. You can learn more about these options by running:

$ mrdu --help