Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 636 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 636 Bytes

PythonSQLMapper

SQL mapping library for python

PythonSQLMapper is a database framework for mapping SQL to objects. It has a similar design to iBATIS, but is simpler. It supports MySQL, PostgreSQL, and SQLite.

It was originally written in Objective-C for iOS and macOS as CocoaSQLMapper. PythonSQLMapper is a reimplementation in Python.

This library was written by Kenji Nishishiro.

Build instructions

pip install PythonSQLMapper

How to use PythonSQLMapper

Please read the source.

Licence

MIT License