@@ -160,21 +160,23 @@ <h2>Object-Relational Mapping</h2>
160160Currently, the most widely used stand-alone ORM written for Python is
161161< a href ="http://www.sqlalchemy.org/ "> SQLAlchemy</ a > .</ p >
162162< h2 > Database third-party services</ h2 >
163- < p > Numerous companies run scalable database servers as a hosted service.
164- Depending on the provider, there can be several advantages to using a
165- hosted database third-party service: </ p >
166- < ol >
167- < li > automated backups and recovery </ li >
168- < li > tightened security configurations </ li >
169- < li > easy vertical scaling </ li >
170- </ ol >
171- < p > < a href =" http://aws.amazon.com/rds/ " > Amazon Relational Database Service (RDS) </ a >
172- provides pre-configured MySQL and PostgreSQL instances. The instances can
173- be scaled to larger or smaller configurations based on storage and performance
174- needs. </ p >
163+ < p > Numerous companies run scalable database servers as a hosted service.
164+ Hosted databases can often provide automated backups and recovery,
165+ tightened security configurations and easy vertical scaling, depending on the
166+ provider. </ p >
167+ < ul >
168+ < li >
169+ < p > < a href =" http://aws.amazon.com/rds/ " > Amazon Relational Database Service (RDS) </ a >
170+ provides pre-configured MySQL and PostgreSQL instances. The instances can
171+ be scaled to larger or smaller configurations based on storage and performance
172+ needs. </ p >
173+ </ li >
174+ < li >
175175< p > < a href ="https://developers.google.com/cloud-sql/ "> Google Cloud SQL</ a > is a service
176- with managed, backed up, replicated, and auto-patched MySQL instances. Cloud
177- SQL integrates with Google App Engine but can be used independently as well.</ p >
176+ with managed, backed up, replicated, and auto-patched MySQL instances. Cloud
177+ SQL integrates with Google App Engine but can be used independently as well.</ p >
178+ </ li >
179+ </ ul >
178180< h2 > Database resources</ h2 >
179181< ul >
180182< li >
0 commit comments