kemal/docs/database.md

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.