Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angadthandi/ood-rdbms
https://github.com/angadthandi/ood-rdbms
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/angadthandi/ood-rdbms
- Owner: angadthandi
- Created: 2021-02-09T02:17:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T05:34:15.000Z (almost 4 years ago)
- Last Synced: 2024-11-20T21:45:14.398Z (2 months ago)
- Language: PHP
- Size: 25.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RDBMS (OOD)
## Entities:
- Database Manager
- Database
- Table
- Row## Classes:
### DatabaseManager
- Databases Database[]### Database
- Tables Table[]### Table
- RowMap Row[] # map of rowID to row### Row
- ID INT
- ColumnValueMap STRING[] # map of string to string
- CreatedDate DATETIME
- ModifiedDate DATETIME--------------------------------------
From src/public folder start php local server -
./../php/php.exe -S localhost:8080 -c ../php/php.ini--------------------------------------
### Test RDBMS Flow: