Home
Name Modified Size InfoDownloads / Week
yaspy.py 2011-02-23 4.3 kB
README 2011-02-23 895 Bytes
Totals: 2 Items   5.2 kB 0
YASPY (Yet Another SQL parser in PYthon)



What is it?
-----------
Yaspy is a python module built for the purpose of breaking down various SQL queries into it's component parts

Current Version
--------------
The current version is 0.2. The module can be found at yaspy.sourceforge.net. Cutting edge versions can be retrieved from the svn repository https://yaspy.svn.sourceforge.net/svnroot/yaspy

Installation
------------
Currently, yaspy must be installed manually by either placing it in the python directory path or in the working directory of the project you wish to use it with. You can then use it by calling "import yaspy" in your python script.

Use
----
Yaspy parses SQL queries via use of a global function called "parse". Calling this function with a string SQL argument returns an appropriate statement object

Author
---------
Alex Jackson

Contact
--------
jacksona@cs.unc.edu
Source: README, updated 2011-02-23