diff --git a/README.md b/README.md index 629457c740f541ad4f3e77ed102419944137dfe4..eb7468efbaa58068449c4bbc99a649fd618e0729 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,10 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by - [Video](#video) - [Geolocation](#geolocation) - [HTTP](#http) - - [Database](#database) + - [Databases](#databases) - [Database Drivers](#database-drivers) - [ORM](#orm) + - [Database Management](#database-management) - [Web Frameworks](#web-frameworks) - [Permissions](#permissions) - [CMS](#cms) @@ -371,7 +372,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [httplib2](https://github.com/jcgregorio/httplib2) - Comprehensive HTTP client library. * [treq](https://github.com/dreid/treq) - Python requests like API built on top of Twisted's HTTP client. -## Database +## Databases *Databases implemented in Python.* @@ -422,6 +423,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * Others * [butterdb](https://github.com/Widdershin/butterdb) - A Python ORM for Google Drive Spreadsheets. +## Database Management + +*Tools or libraries for migrating schemas or otherwise managing databases.* + +* [yoyo-migrations](https://pypi.python.org/pypi/yoyo-migrations) - SQL database schema migration tool. + ## Web Frameworks *Full stack web frameworks.*