Skip to content

Commit

Permalink
Merge pull request #576 from jiffies/patch-1
Browse files Browse the repository at this point in the history
Update database.rst
  • Loading branch information
coleifer committed Apr 17, 2015
2 parents 7f3c646 + 95e074c commit fa356ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/peewee/database.rst
Expand Up @@ -281,7 +281,7 @@ Example database URLs:

* *sqlite:///my_database.db* will create a :py:class:`SqliteDatabase` instance for the file ``my_database.db`` in the current directory.
* *postgresql://postgres:my_password@localhost:5432/my_database* will create a :py:class:`PostgresqlDatabase` instance. A username and password are provided, as well as the host and port to connect to.
* *mysql:///my_db* will create a :py:class:`MySQLDatabase` instance for the local MySQL database *my_db*.
* *mysql://user:passwd@ip:port/my_db* will create a :py:class:`MySQLDatabase` instance for the local MySQL database *my_db*.

Multi-threaded applications
---------------------------
Expand Down

0 comments on commit fa356ce

Please sign in to comment.