A thin, flexible and fast python DBAPI wrapper for those who like SQL but don't like to type
Project description
- clean API
- flexible usage
- good performance
- 100% of unit tests pass
- 100% code coverage (currently, only 75 lines of code)
- each wrapper function can optionally have straight sql passed to it
- wrapper functions use the same ordering of arguments as sql does
- so it is easy for those who know sql to use the wrappers (thus saving
keystrokes!)
- runs on any platform python2.5 runs (it would be trivial to port to earlier
versions of python)
Each sql command can be run in one line of code.
- flexible usage
- good performance
- 100% of unit tests pass
- 100% code coverage (currently, only 75 lines of code)
- each wrapper function can optionally have straight sql passed to it
- wrapper functions use the same ordering of arguments as sql does
- so it is easy for those who know sql to use the wrappers (thus saving
keystrokes!)
- runs on any platform python2.5 runs (it would be trivial to port to earlier
versions of python)
Each sql command can be run in one line of code.