资 源 简 介
DBSprockets
The goal of DBSprockets is to give the developer the power to simply generate web content from available database definitions. Because DBSprockets relies heavily on Toscawidgets, it is framework-independent. It is easy to implement forms on TG, TG2, Pylons, Zope, and Grok using DBSprockets" primitives.
DBSprockets is mainly supporting SQLAlchemy, so any application you have that uses
SQLAlchemy will be well supported. Support for other ORMs will be available in the future.
Every component of DBSprockets is extensible so that the developer can override a form or a set of forms to his or her liking.
One of the important implementations using DBSprockets is DBMechanic, which acts as a control board for your database crud.
Current Version
0.2.2, 0.5dev
Dependent on
genshi>=0.5
sqlalchemy >=0.5
toscawidgets >=0.9.2
Suppor