https://github.com/linb/github_db_manager
This is a codeless programming project created by CrossUI GitHub
https://github.com/linb/github_db_manager
crossui-rad-project
Last synced: about 2 months ago
JSON representation
This is a codeless programming project created by CrossUI GitHub
- Host: GitHub
- URL: https://github.com/linb/github_db_manager
- Owner: linb
- Created: 2019-09-16T16:39:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T02:01:48.000Z (over 6 years ago)
- Last Synced: 2025-01-06T14:48:11.716Z (over 1 year ago)
- Topics: crossui-rad-project
- Language: JavaScript
- Homepage: https://linb.github.io/Github_DB_Manager
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Github_DB_Manager (Serverless & Codeless)
[Online tool for editing DB files in your GitHub Repositories.](https://linb.github.io/Github_DB_Manager)
You can use this online tool to log in your Github account, select repository, list DB tables(objects) and records(items), create, update and delete them in the browser.
The entire program is done with codeless programming. The GitHub login function uses a cloud service module - GitHubDBHandler2, which works out of the box, enable your users log in to GitHub and operate their repositories directly. In CrossUI Builder, you can add it to your own project from CrossUI templates library.
The file structure for this Github DB implement is:
__crossui_db
> objectName(tableName)
>> item(record)
In this DB implement, an item(a record) is saved as a JSON file
> Weaknesses: Records listed will lag a few seconds after editing
> Strengths: Up to 100,000, ordered by updated, can query by word
[NOTICE] Since the Github search engine need to take some time to build the index, the latest records in listItems API will lag a few seconds after editing (create, update, delete).
Web app url : https://linb.github.io/Github_DB_Manager
This project was created by CrossUI No-Code App Builder: https://crossui.com/RADGithub
Based on template: https://linb.github.io/CrossUI_Assets/assets/projects/Simple/xui_project_tpl_Empty
Click [here](https://crossui.com/RADGithub/#!from=github&owner=linb&repo=Github_DB_Manager) to edit this web app in CrossUI No-Code App Builder
Powered by [CrossUI](https://crossui.com)