nette / database

💾 A database layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
https://doc.nette.org/database
Other
492 stars 105 forks source link

Extension: Added connection timeout #260

Open janbarasek opened 4 years ago

janbarasek commented 4 years ago

I think the connection timeout option can be defined separately because it is very important feature.

When I searched the Nette API for how to set the timeout, I didn't find any result. This option makes this setting easy to find and enable.