Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
Changed Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Laky-64 committed Oct 20, 2020
1 parent 5377f07 commit 54daaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JDB(v. 3.0-beta)
# JDB(v. 3.1-beta)
A very fast database based on json text plain with encryptation

`JDB 2.3-stable it's still available but deprecated`
Expand Down Expand Up @@ -53,7 +53,7 @@ header('Content-Type: text/plain'); //For make readable JDBC Core results
ini_set('memory_limit', '2048M'); //For avoid a memory overload
use laky64\database\JDB_CORE;
include 'vendor/autoload.php';
new JDB_CORE(THREAD_INSTANCE(JDB_CORE::NUM_THREAD), DATABASE_FOLDER(String), IP_MEMCACHED_SERVER(String), PORT_MEMCACHED_SERVER(String));
new JDB_CORE(JDB_CORE::NUM_THREAD, 'database_folder', 'ip_memcached_server', 'port_memcached_server');
```

### JDBI Client (PHP)
Expand Down

0 comments on commit 54daaa0

Please sign in to comment.