Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dotpipe/h2no

NoSQL On Top of PASM (Fastest PHP framework)
https://github.com/dotpipe/h2no

Last synced: about 1 month ago
JSON representation

NoSQL On Top of PASM (Fastest PHP framework)

Awesome Lists containing this project

README

        

# H2No
NoSQL On Top of PASM (Fastest PHP framework)
---------------
This is a Simple CRUD based NoSQL framework.
It is has a very simple, easy, and basic usage.
It is a very good way to access and retrieve NoSQL database
information in Serialized formats.

# Underlying Code
---------------
The underlying code is just that of PASM. PASM
is a replica of Oracle ASM language in its entirety.
The language is fully loaded and nearly exact in
calling methods. It is extremely fast, and will
take your next project to the next level.
I am very pleased of the PASM results I was able to
accomplish when I started and finished the project.

# Usage
--------------
Constructor
new H2No(string)
--------------
Creates database reference from parameter

create(array)
--------------
Set value of H2NoSQL file

find(string)
-------------
Read key from H2No database

update(array)
-------------
Update H2No database key

delete(array)
-------------
Delete from DB

save(string)
-------------
Save to filename

load_db(string)
-------------
load serialized file into H2No