Jack wrote: > It seems that is for creating a custom database using a SQlite back > end. I'd like to read data from a postgresql database. Not exactly > what I need, but it's a start. Any other ideas out there? >
I'm not sure about a SAGE interface, but you might look at other Python solutions to the problem. One highly-rated solution is the SQLAlchemy framework: http://www.sqlalchemy.org/ . There is quite a bit of functionality, but apparently you can just use as much of the framework as you need, you don't need to learn and use everything. (To people in charge): Is something like SQLAlchemy something that could be integrated into SAGE when/if we do more database stuff? I can see that taking quite a bit of the low-level database programming burden off of us. -Jason --~--~---------~--~----~------------~-------~--~----~ 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/sage-forum URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
