Metadata-Version: 1.0
Name: XRecord
Version: 0.1.5
Summary: An Introspecting Python ORM
Home-page: http://xrecord.sourceforge.net/
Author: Jakub Wroniecki
Author-email: wroniasty@gmail.com
License: BSD
Download-URL: https://sourceforge.net/projects/xrecord/files/
Description: 
        XRecord is not an attempt to match the functionality of existing ORMs.
        It's designed as a plug and play component to a well defined,
        (foreign keys, primary keys, references) already existing database.
        
        Features
        ========
        
        * full introspection, no model definition in Python required,
        * may store meta-data to improve performance in production environments,
        * automatic foreign key mapping, both in the referenced and referencing objects,
        * automatic many-to-many relationship detection,
        * optional foreign-key references caching,
        * easily extend generated record classes to provide extra functionality for your objects,
        * easily define FK and MTM relationships, that were left out in the database definition,
        * object-mapping of any SQL statement,
        * may be used without writing a single line of SQL,
        * multiple-column primary keys,
        * database connection objects designed for long-running applications
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: SQL
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
