You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nette provides a powerful layer for accessing your database easily.
14
14
15
-
- composes SQL queries with ease
16
-
- easily fetches data
17
-
- uses efficient queries and does not transmit unnecessary data
15
+
✅ composes SQL queries with ease<br>
16
+
✅ significantly simplifies retrieving data without writing SQL queries<br>
17
+
✅ uses efficient queries and does not transmit unnecessary data
18
18
19
-
The [Nette Database Core](https://doc.nette.org/database-core) is a wrapper around the PDO and provides core functionality.
19
+
The [Nette Database Core](https://doc.nette.org/en/database/core) is a wrapper around the PDO and provides core functionality.
20
20
21
-
The [Nette Database Explorer](https://doc.nette.org/database-explorer) layer helps you to fetch database data more easily and in a more optimized way.
21
+
The [Nette Database Explorer](https://doc.nette.org/en/database/explorer) layer helps you to fetch database data more easily and in a more optimized way.
22
22
23
+
<!---->
23
24
24
25
[Support Me](https://github.com/sponsors/dg)
25
26
--------------------------------------------
@@ -30,6 +31,7 @@ Do you like Nette Database? Are you looking forward to the new features?
0 commit comments