Hello, For a while now I've been considering including a relational database in SAGE, since in the long run this will make it much much easier to create certain types of databases that are easy to query. Probably the obvious best choice would be: http://www.sqlite.org/
QUESTIONS: (1) Try sage -i sqlite-3.3.11 to install it into SAGE. Any problems? sage: import sqlite3 sage: sqlite3.version (2) Assuming sqlite installs OK for everyone, the constraint to adding it standard to SAGE is that it increases the build time by 1-2 minutes and the tarball size by 1.7MB (with the sqlite tests included). Is it worth it? If the answer to (2) were obvious I wouldn't be asking, so I'd like feedback. William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---