This commit is contained in:
Adrian Macneil 2015-12-04 16:27:18 -08:00
parent e6abbcf7da
commit c82e92fd5a
3 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# Dbmate
[![Build Status](https://travis-ci.org/amacneil/dbmate.svg?branch=master)](https://travis-ci.org/amacneil/dbmate)
[![Documentation](https://readthedocs.org/projects/dbmate/badge/)](http://dbmate.readthedocs.org/)
Dbmate is a database migration tool, to keep your database schema in sync across multiple developers and your production servers. It is a standalone command line tool, which can be used with any language or framework. This is especially helpful if you are writing many services in different languages, and want to maintain some sanity with consistent development tools.

1
docs/index.md Symbolic link
View file

@ -0,0 +1 @@
../README.md

2
mkdocs.yml Normal file
View file

@ -0,0 +1,2 @@
site_name: Dbmate
theme: readthedocs