Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: python-bottle-sqlite - SQLite3 integration for Bottle 
WSGI framework

https://bugzilla.redhat.com/show_bug.cgi?id=722829

           Summary: Review Request: python-bottle-sqlite - SQLite3
                    integration for Bottle WSGI framework
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nob...@fedoraproject.org
        ReportedBy: methe...@gmail.com
         QAContact: extras...@fedoraproject.org
                CC: nott...@redhat.com,
                    package-review@lists.fedoraproject.org
    Classification: Fedora
      Story Points: ---


Spec URL: http://sundaram.fedorapeople.org/packages/python-bottle-sqlite.spec
SRPM URL:
http://sundaram.fedorapeople.org/packages/python-bottle-sqlite-0.1-1.fc15.src.rpm

Description: 

Bottle-sqlite is a plugin that integrates SQLite3 with your Bottle application. 
It automatically connects to a database at the beginning of a request, passes 
the database handle to the route callback and closes the connection afterwards.

To automatically detect routes that need a database connection, the plugin 
searches for route callbacks that require a db keyword argument (configurable) 
and skips routes that do not. This removes any overhead for routes that don't 
need a database connection.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to