aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/pluginwriter/database.rst
Commit message (Collapse)AuthorAgeFilesLines
* Spell-check the entire documentation.Ben Sturmfels2016-09-181-4/+4
|
* doc: Note that plugin authors must NEVER modify tables they don't controlChristopher Allan Webber2016-03-261-0/+5
| | | | * docs/source/pluginwriter/database.rst: New paragraph.
* Update database docs for plugin authors for new alembic branching worldChristopher Allan Webber2016-03-261-27/+58
| | | | | | | | | | | Things have gotten both easier and more complex in the branching world view. Plugins branch off of main with their own migrations. Generating these has become a bit easier, but the steps for doing this are a bit wordy to explain. * docs/source/pluginwriter/database.rst: Update both the "Creating new Tables" and "Changing the Database Schema Later" sections accordingly.
* Link to the plugin api stuff and the database plugin sections from the ↵Christopher Allan Webber2013-05-291-3/+6
| | | | | | quickstart. This commit sponsored by Nathan Stephenson. Thank you!
* Docs: Add a database guide to the plugin docs.Elrond2013-01-261-0/+111
Plugin writers will often need to create new tables. So give them some hints, what they need to do and where they might find more info.