On Saturday, October 08, 2011 06:43:29 Steve Teale wrote: > I'd also like to get a feel for the magnitude of the task, so I'd like to > ask what database systems you think should be supported.
sqlite, postgres, and mysql are the ones that come to mind for me, though outside of a corporate environment, I can't ever see myself using anything other than sqlite, since it uses a file instead of a server, which makes way more sense when having a database for an individual program. - Jonathan M Davis