It seems you want a sortable HTML table that talks to a back end
query engine. I don't see why this needs to be specific to SQLAlchemy.
Well...not just sorting though. Sorting, filtering, grouping, column
selection, and paging. You are right that the backend does not need to
be SQLAlchemy spe
questions or comments.
-- Aaron Watters
--- On Wed, 4/7/10, Randy Syring wrote:
From: Randy Syring
Subject: Re: [Web-SIG] SQLAlchemy Queries & HTML Data Grid
To: "Aaron Watters"
Cc: web-sig@python.org
Date: Wednesday, April 7, 2010, 1:37 PM
Aaron,
Sorry, I must n
mongodb.
Building an abstraction on top of SQLAlchemy which hasn't even reached
1.0 strikes me as dubious.
Thanks again, -- Aaron Watters
--- On *Tue, 4/6/10, Randy Syring //* wrote:
From: Randy Syring
Subject: [Web-SIG] SQLAlchemy Queries & HTML Data Grid
To: web-sig@python
you could consider using another sort of data model like mongodb.
Building an abstraction on top of SQLAlchemy which hasn't even reached
1.0 strikes me as dubious.
Thanks again, -- Aaron Watters
--- On Tue, 4/6/10, Randy Syring wrote:
From: Randy Syring
Subject: [Web-SIG] SQLAlchemy Queries &
I am planning on building a library that will facilitate creation of
custom queries and html display of resulting datasets from SQLAlechemy
queries. I have some basic work done here:
https://svn.rcslocal.com:8443/svn/pysmvt/pysapp/branches/0.1/pysapp/modules/datagrid/
But I don't like the API