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 which have the same primary keys as on the server. That way, when one user updates an object, I can nofity all clients that some object has been updated.
Also, Is there a better way to go about this? Essentially, what I'm after is a distributed object database, but I can settle with my implementation as above. Could this be implemented with SQLAlchmey/ Twisted? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to sqlalchemy@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---