| Author: | Gustavo Narea. |
|---|---|
| Status: | Official |
| Latest release: | 1.0 |
Overview
The SQL plugin makes repoze.what support sources defined in SQLAlchemy or Elixir-managed databases by providing one group adapter, one permission adapter and one utility to configure both in one go (optionally, when the group source and the permission source have a relationship). They are all defined in the repoze.what.plugins.sql module.
Warning
Only SQLAlchemy is intended to be supported. Elixir is known to work but it’s not officially supported, so Elixir support might be broken in future releases.
The minimum requirements are SQLAlchemy, and repoze.what, and you can install it all with easy_install:
easy_install repoze.what.plugins.sql
The development mainline is available at the following Subversion repository:
http://svn.repoze.org/repoze.what/plugins/sql/trunk/
The prefered place to ask questions is the Repoze mailing list or the #repoze IRC channel. Bugs reports and feature requests should be sent to the issue tracker of the Repoze project.