From 66c39be90b81a03e798acecf58a1b7644e184a29 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Sat, 14 Dec 2024 23:31:20 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b3b3986..c447eeb 100755 --- a/README.md +++ b/README.md @@ -1,21 +1,24 @@ -# Comma-Separated Values by RFC 4180 +# Dolboeb database A lightweight database in pure PHP
-It will perfectly replace complex databases in simple projects + +At the moment the project is a modified RFC 4180 + +`2024.12.14` **IN DEVELOPMENT! DO NOT USE IN PROJECTS!** ## Requirements - PHP 8.4 ## Installation -1. `composer require mirzaev/csv` -2. Create a class that inherits `mirzaev/csv/database` and redefine the `database::FILE` constant +1. `composer require mirzaev/dolboeb` +2. Create a class that inherits `mirzaev/dolboeb/database` and redefine the `database::FILE` constant 3. Enjoy! ## Example ```php