Skip to content

Commit

Permalink
* Noted 'use_db' option in docs/.
Browse files Browse the repository at this point in the history
  • Loading branch information
breily committed Mar 10, 2009
1 parent 670874a commit 764ee49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/2-configuration.md
Expand Up @@ -120,6 +120,10 @@ Template Options
Database Options
----------------

* 'use_db': True
=> If True, a connection to a database is setup. Even if this value is False,
SQLAlchemy is currently still imported and thus required.

* 'db_type': 'sqlite'
=> The type of database driver to use. Can be 'sqlite', 'postgres',
'mysql', 'oracle', or 'mssql'.
Expand Down

0 comments on commit 764ee49

Please sign in to comment.