Skip to content

Latest commit

 

History

History
executable file
·
31 lines (23 loc) · 980 Bytes

README.md

File metadata and controls

executable file
·
31 lines (23 loc) · 980 Bytes

Fluent Query MySQL Driver

Fluent Query is cool way how to write SQL queries and general way how to convert series of method calls to string query in an universal and system independent manner.

This is MySQL DBI based driver for Fluent Query. It can be used with Fluent Query or Native Query only, not standalone.

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b 20101220-my-change).
  3. Commit your changes (git commit -am "Added something").
  4. Push to the branch (git push origin 20101220-my-change).
  5. Create an Issue with a link to your branch.
  6. Enjoy a refreshing Diet Coke and wait.

Copyright

Copyright © 2009-2012 Martin Kozák. See LICENSE.txt for further details.