Metadata-Version: 1.0
Name: django-dbindexer
Version: 0.3
Summary: Expressive NoSQL
Home-page: http://www.allbuttonspressed.com/projects/django-dbindexer
Author: Waldemar Kornewald, Thomas Wanschik
Author-email: team@allbuttonspressed.com
License: UNKNOWN
Description: With django-dbindexer_ you can emulate SQL features on NoSQL databases. For example, if your database doesn't support case-insensitive queries (iexact, istartswith, etc.) you can just tell the indexer which models and fields should support these queries and it'll take care of maintaining the required indexes for you. Magically, the previously unsupported queries will just work. Currently, this project is in a very early development stage. The long-term plan is to support JOINs and at least some simple aggregates, possibly even much more.
        
        Visit the `project site`_ for more information.
        
        .. _django-dbindexer: http://www.allbuttonspressed.com/projects/django-dbindexer
        .. _project site: django-dbindexer_
        
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
