Skip to content

Commit

Permalink
db: README documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyBower committed May 12, 2019
1 parent efd345b commit 60a74a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ In the source directory (whether cloned or from the tarball) run
bot. Alternately, you can just run the ``sopel.py`` file in the source
directory.

Database Support
----------------
Sopel leverages SQLAlchemy to support the following database types: SQLite, MySQL, PostgreSQL, MSSQL, Oracle, Firebird, and Sybase. By default Sopel will use a SQLite database in the current configuration directory, but alternative databases can be configured with the following config options: db_type, db_filename (SQLite only), db_driver, db_user, db_pass, db_host, db_port, and db_name.

Adding modules
--------------
The easiest place to put new modules is in ``~/.sopel/modules``. Some newer
Expand Down

0 comments on commit 60a74a5

Please sign in to comment.