- Python Web Scraping Cookbook
- Michael Heydt
- 67字
- 2021-06-30 18:44:08
Storing data using PostgreSQL
In this recipe we store our planet data in PostgreSQL. PostgreSQL is an open source relational database management system (RDBMS). It is developed by a worldwide team of volunteers, is not controlled by any corporation or other private entity, and the source code is available free of charge. It has a lot of unique features such as hierarchical data models.