Docs: Add a database guide to the plugin docs.

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.
This commit is contained in:
Elrond
2013-01-26 19:21:40 +01:00
parent 3214c653dd
commit ae9f0aec38
2 changed files with 112 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ This guide covers writing new GNU MediaGoblin plugins.
pluginwriter/foreward
pluginwriter/quickstart
pluginwriter/database
pluginwriter/api