kemal/docs/database.md
2016-01-02 11:54:12 +02:00

406 B

Database Connection

Kemal supports database connection in an easy and extensible way. Kemal uses a connection pool to handle all the connections meaning it's scalable by default.

Currently Kemal supports Postgresql and MySQL with:

You can check the relevant repo for samples and more info.