Metadata-Version: 1.1
Name: dbms
Version: 1.0.3
Summary: DataBases Made Simpler
Home-page: https://sourceforge.net/projects/pydbms/
Author: Scott Bailey
Author-email: scottrbailey@gmail.com
License: MIT
Description: 'DBMS is a database abstraction to make it easier to 
        	connect and work with a variety of DB API 2 databases adapters in Python. 
        	It provides dictionary type cursors, uniform connection syntax and database 
        	introspection across all supported databases including Oracle, MySQL, 
        	PostgreSQL, MS SQL Server and SQLite
Keywords: database rdbms Oracle PostgreSQL MySQL SQLServer
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
