SQL way gives you full control over queries while ensuring their safe construction. It acts as a wrapper over PDO and provides basic functionality for executing queries.
Nette Database Explorer significantly simplifies retrieving data from the database without writing SQL queries. It uses efficient queries and does not transmit unnecessary data.
We have been developing Nette for over 18 years- and counting! Libraries we provide are therefore highly mature, stable, and widely used. They are trusted by a number of global corporations and many significant websites rely on us. Who uses and trusts Nette?
These database servers are supported:
Database server | DSN name | Core support | Explorer support |
---|---|---|---|
MySQL (>= 5.1) | mysql | YES | YES |
PostgreSQL (>= 9.0) | pgsql | YES | YES |
Sqlite 3 (>= 3.8) | sqlite | YES | YES |
Oracle | oci | YES | – |
MS SQL (PDO_SQLSRV) | sqlsrv | YES | YES |
MS SQL (PDO_DBLIB) | mssql | YES | – |
ODBC | odbc | YES | – |