https://github.com/dotpipe/h2no
NoSQL On Top of PASM (Fastest PHP framework)
https://github.com/dotpipe/h2no
Last synced: 9 months ago
JSON representation
NoSQL On Top of PASM (Fastest PHP framework)
- Host: GitHub
- URL: https://github.com/dotpipe/h2no
- Owner: dotpipe
- Created: 2023-02-02T20:19:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T19:50:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T17:27:26.736Z (10 months ago)
- Language: PHP
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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