-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 17 Mar 2010, at 19:46, Charlie Meyer wrote:
Im going to give shabti a try, i considered using the new sqlalchemy
declarative layer, but I already have a console app using elixir
models that I want to convert into a pylons web app, so not havin
Thanks Graham,
Im going to give shabti a try, i considered using the new sqlalchemy
declarative layer, but I already have a console app using elixir models that
I want to convert into a pylons web app, so not having to rewrite the models
will be in my best interest.
-Charlie
On Tue, Mar 16, 2010
On Mar 16, 4:31 pm, Walter Cruz wrote:
> Have you tried SQLAlchemy declarative layer? I like it.
+1
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to pylons-disc...@googlegroups.com.
To unsubscribe from thi
Have you tried SQLAlchemy declarative layer? I like it.
--
[]'
- Walter
http://waltercruz.com/
http://parabolashoje.com/
"Nenhum ato procedente de um motivo mau pode ser bom, ainda que algum bem
pareça resultar dele. Toda a ação praticada por ira ou despeito, por
exemplo, ver-se-á, afinal, que fo
On Mar 11, 7:13 pm, Charlie Meyer wrote:
> integrate elixir with pylons, ... "preferred" way to do it ...
> anyone has done it before ... tips, examples, etc
Hi Charlie,
There are few Pylons+SQLA+Elixir examples here:
http://bitbucket.org/gjhiggins/shabti/
the docs are here
http://bel-epa.c
So far in my all pylons application, I put all my models under model/
__init__.py itself. I tried writing like a DAO Interfaces but left it
because I felt it is TOO MUCH for a python application moreover
SqlAlchemy handles things on its own way with different database.
There are many questions abou
Hi,
I have a standalone python library I wrote that uses elixir (
http://elixir.ematia.de/trac/wiki) models for ORM. Right now, it is
currently used for a few command line tools, but I would like to make a web
application using pylons that can use the existing models. I have seen
several blog post