[sqlalchemy] specifying a primary key, keepinging client/server in sync

2007-03-04 Thread rgravina
I was wondering if it is possible to specify a primary key manually? The reason I want to do this is I have a Twisted client/server program where the clients have some of the data from the server. I'd like the clients to be able to have their own sqlalchemy database with objects and relationships

[sqlalchemy] list of strings/unicode strings

2007-02-07 Thread rgravina
Hello sqlalchemy users and developers! I was wondering if there was a way to store a list of strings (or unicode strings) and access them using a normal Python list when using SQLAlchemy? I've pasted my attempt at implementing a simple book database below this message. You can specify a book's