You are viewing the documentation for the 2.9.x release series. The latest stable release series is 3.0.x. Search Home Working with Play Common topics Configuration §Configuring the JDBC pool The Play JDBC datasource is managed by HikariCP. §Special URLs Play supports special url format for both MySQL and PostgreSQL: # To configure MySQL db.default.url="mysql://user:password@localhost/database" #