Metadata-Version: 1.1
Name: logilab-database
Version: 1.14.1
Summary: true unified database access
Home-page: http://www.logilab.org/project/logilab-database
Author: Logilab
Author-email: contact@logilab.fr
License: LGPL
Description: logilab-database provides some classes to make unified access to different
        RDBMS possible:
        
        * actually compatible db-api from different drivers to postgres, mysql,
          sqlite and sqlserver
        * additional api for full text search
        * extensions functions for common tasks such as creating database, index,
          users, dump and restore, etc...
        * sql generation for INSERT/UPDATE/DELETE (in sqlgen.py)
        
Platform: UNKNOWN
Classifier: Topic :: Database
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
