diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-07-05 16:32:24 -0300 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-07-05 16:32:24 -0300 |
commit | 035294798d891d1d2447a79586401b097d0c2ae4 (patch) | |
tree | ff5198d42ca7e66892e0f523b1b5c4977d9bb98b /README.markdown | |
parent | 23341b2326b560ddf71c90915bc55f49bed81446 (diff) |
Add Postgresql support
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 2f8138b7..f98f909a 100644 --- a/README.markdown +++ b/README.markdown @@ -98,7 +98,8 @@ Documentation #### Database - [Sqlite database management](docs/sqlite-database.markdown) -- [How to use Mysql instead of Sqlite](docs/mysql-configuration.markdown) +- [How to use Mysql](docs/mysql-configuration.markdown) +- [How to use Postgresql](docs/postgresql-configuration.markdown) #### Authentication |