Relational databases for people in a hurry(Pylons Cookbook)
Relational databases for people in a hurry This is one of a set of quick guides for getting started with the different components of Pylons. Introduction Data for Pylons applications is often stored in a relational database such as MySQL, Postgres or SQLite. SQLite is probably the simplest to set up. See ... Other labels:
rdbms, tutorial, database