From bb1ade9922e733811c9f4f5d22388c1e7bae4e58 Mon Sep 17 00:00:00 2001 From: Stefan Gabos Date: Sun, 28 Jan 2024 12:36:15 +0200 Subject: [PATCH] Added link to the example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c491b3..ac22850 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ It encourages developers to write maintainable code and provides a better defaul The code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to E_ALL. +>
:microscope: See how the [debugging console](https://stefangabos.github.io/Zebra_Database/examples/index.html) in action

+ ## Features - it uses the [mysqli extension](https://www.php.net/manual/en/book.mysqli.php) extension for communicating with the database instead of the old *mysql* extension, which is officially deprecated as of PHP v5.5.0 and will be removed in the future; **this is not a wrapper for the PDO extension which is already a wrapper in itself!**