more README

This commit is contained in:
Robert Lechte 2019-03-03 14:29:43 +11:00
parent ebbf358722
commit 90e4e13573

View File

@ -18,16 +18,16 @@ Most features of PostgreSQL are supported.
**Migra supports PostgreSQL >= 10 only.** Known issues exist with earlier versions. Development resources are limited, and feature support rather than backwards compatibility is prioritised.
## THE DOCS
Documentation is at [djrobstep.com/docs/migra](https://djrobstep.com/docs/migra).
## Folks, schemas are good
Schema migrations are without doubt the most cumbersome and annoying part of working with SQL databases. So much so that some people think that schemas themselves are bad!
But schemas are actually good. Enforcing data consistency and structure is a good thing. Its the migration tooling that is bad, because its harder to use than it should be. ``migra`` is an attempt to change that, and make migrations easy, safe, and reliable instead of something to dread.
## Full documentation
Documentation is at [djrobstep.com/docs/migra](https://djrobstep.com/docs/migra).
## Contributing
Contributing is easy. [Jump into the issues](https://github.com/djrobstep/migra/issues), find a feature or fix you'd like to work on, and get involved. Or create a new issue and suggest something completely different. If you're unsure about any aspect of the process, just ask.