Hacker News new | ask | show | jobs
Medoo 0.9.1 is released. The lightest PHP database framework.
1 points by qatrix 4511 days ago
Medoo is a lightweight PHP database framework. It`s only one file, and easy-to-use and easy-to-learn. It can truly accelerate PHP development without considering SQL syntax.

Medoo 0.9.1 update log:

- Add support for column alias

- Add multiplication and division for update function

- Add quote for update column

- Supported MariaDB

- Fix MSSQL connection

- Fix double value error

- A lot of bug fixed and improvement

http://medoo.in

https://github.com/catfan/Medoo

Enjoy:)