mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 16:10:03 +01:00
Add docs
This commit is contained in:
parent
e6abbcf7da
commit
c82e92fd5a
3 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# Dbmate
|
||||
|
||||
[](https://travis-ci.org/amacneil/dbmate)
|
||||
[](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
1
docs/index.md
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../README.md
|
||||
2
mkdocs.yml
Normal file
2
mkdocs.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
site_name: Dbmate
|
||||
theme: readthedocs
|
||||
Loading…
Add table
Add a link
Reference in a new issue