I was thinking that BDB could be made into a SQL database with code. It was not very fast for me though when I tried to use it. SQLite is simpler and can be faster than other dbs at first I guess. I looked at sqlalchemy and it looks like it could make sqlobject like frameworks fast. I have some code that looks at foreign keys and gets their value in SQLObject I do not know how to look them up without a separate cursor in mysqldb. That is why sqlalchemy is looking good over sqlobject to me right now. I guess I won't be able to use BDB then dang.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

