This is the Linux app named SleekDB whose latest release can be downloaded as SleekDB2.15sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named SleekDB with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
SleekDB
DESCRIPTION:
SleekDB is a simple flat file NoSQL-like database implemented in PHP without any third-party dependencies that store data in plain JSON files. It is not designed to handle heavy-load IO operations, it is designed to have a simple solution where all we need a database for managing a few gigabytes of data. You can think of it as a database for low to medium operation loads.
Features
- Stores data in plain-text utilizing JSON format, no binary conversion needed to store or fetch the data. Default query cache layer
- SleekDB does not require any schema, so you can insert any types of data you want
- It supports schema free data, so you can filter and use conditions on nested properties of the JSON documents
- Supports PHP 7+. Requires no third-party plugins or software
- SleekDB will serve data from cache by default and regenerate cache automatically! Query results will be cached and later reused from a single file instead of traversing all the available files
- Use multiple conditional comparisons, text search, sorting on multiple properties and nested properties
Programming Language
PHP
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/sleekdb.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.