April 8th, 2005
SQLite embedded in Tiger
In the middle of Apple’s Web site, in a discussion of their new Core Data framework, comes the following quote:
SQLite is an open source embedded database that is included in Tiger […]
This makes me happy. SQLite is one of the most useful embedded-database solutions I’ve come across. It’s open-source, has Python bindings, and works with the very cool SQLObject module.