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?
次のデータベースサーバーに対応しています。
| データベースサーバー | DSN の名前 | Core の対応 | Explorer の対応 |
|---|---|---|---|
| MySQL (>= 5.1) | mysql | あり | あり |
| PostgreSQL (>= 9.0) | pgsql | あり | あり |
| Sqlite 3 (>= 3.8) | sqlite | あり | あり |
| Oracle | oci | あり | – |
| MS SQL (PDO_SQLSRV) | sqlsrv | あり | あり |
| MS SQL (PDO_DBLIB) | mssql | あり | – |
| ODBC | odbc | あり | – |