Nette provides a powerful layer for accessing your database easily.
- composes SQL queries with ease
- easily fetches data
- uses efficient queries and does not transmit unnecessary data
The Nette Database Core is a wrapper around the PDO and provides core functionality.
The Nette Database Explorer layer helps you to fetch database data more easily and in a more optimized way.