linkSQL Document Storage & Retreival Interface / SQL Database Server
linkDatabase Interface
linkSQLAlchemy is a Python specific interface for sending and receiving requests to a SQL database server
linkDatabase Server
linkSQLite is a self-descriptive SQL database server. It's lightweight. It runs on embedded devices!
Given SQlites low overhead, its ability to run on tiny embedded devices, and simple configuration it has become the most popular open source implementation of an SQL database server in existence today!