From: Stefan Schantl Date: Tue, 2 Oct 2012 17:26:49 +0000 (+0200) Subject: Add documentation link about the database layout. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b3a646fe7572fd27c9fb562f7894abb2c260ea;p=people%2Fstevee%2Fpypdns.git Add documentation link about the database layout. The database, will be created by PDNS itself, so we directly can use it. --- diff --git a/backend.py b/backend.py index f3efa64..d21cb59 100644 --- a/backend.py +++ b/backend.py @@ -18,6 +18,9 @@ # # ############################################################################### # # +# Basic information about the database layout can be found here: # +# http://doc.powerdns.com/gsqlite.html # +# # # More details about the database tables and fields can be found here: # # http://wiki.powerdns.com/trac/wiki/fields # # #