| |||||
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

Via: SimpleMysql 0.5






0 Comment:
Post a Comment