18 June, 2013

SimpleMysql 0.5


Developer:

Website:

License / Price:

Platforms:

Databases:

Language:

Last Updated:

Category:
Kailash Nadh | More scripts
nadh.in
GPL - GNU General Public License 

Windows / Linux / Mac OS / BSD / Solaris
MySQL
Python
June 18th, 2013, 22:48 GMT
C: \ Database Tools

SimpleMysql is actually a wrapper for MYSQLdb, an advanced MySQL client for Python developers.

SimpleMysql does nothing more than to simplify some of its syntax and narrow down support only to the common MySQL transactions.

Here are some key features of "SimpleMysql":

Methods:
· getOne() - get a single row
· getAll() - get all rows
· insert() - insert a row
· insertOrUpdate() - insert a row or update it if it exists
· update() - update rows
· delete() - delete rows
· query() - run a raw sql query
· leftJoin() - do an inner left join query and get results


download button
Via: SimpleMysql 0.5

0 Comment: