Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/dotpipe/h2no
- Owner: dotpipe
- Created: 2023-02-02T20:19:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T19:50:06.000Z (11 months ago)
- Last Synced: 2024-03-22T04:38:35.182Z (9 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 parametercreate(array)
--------------
Set value of H2NoSQL filefind(string)
-------------
Read key from H2No databaseupdate(array)
-------------
Update H2No database keydelete(array)
-------------
Delete from DBsave(string)
-------------
Save to filenameload_db(string)
-------------
load serialized file into H2No