Browse Source

Added note on the status of the project

Raoul Hess 10 years ago
parent
commit
6e1c153ce6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -1,8 +1,10 @@
 MySQL/OTP + Poolboy
 ===================
 
+Status: Not complete and is work in progress.
+
 MySQL/OTP + Poolboy is a wrapper for [MySQL/OTP](//github.com/mysql-otp/mysql-otp) and
-[Poolboy](//github.com/devinus/poolboy) where you create connection pools for the former. 
+[Poolboy](//github.com/devinus/poolboy) where you create connection pools for the former.
 Each application is itself responsible for supervising the pools, i.e. MySQL/OTP + Poolboy won't
 do it for you.