Nette Database Core is a database abstraction layer and provides core functionality. It is a wrapper around the PDO and provides core functionality.
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 15 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 |
Sqlite 2 | sqlite2 | YES | – |
Oracle | oci | YES | – |
MS SQL (PDO_SQLSRV) | sqlsrv | YES | YES |
MS SQL (PDO_DBLIB) | mssql | YES | – |
ODBC | odbc | YES | – |