https://github.com/ivanceras/curtain-elm
A rebooted implementation of curtain client using elm
https://github.com/ivanceras/curtain-elm
Last synced: 7 months ago
JSON representation
A rebooted implementation of curtain client using elm
- Host: GitHub
- URL: https://github.com/ivanceras/curtain-elm
- Owner: ivanceras
- Created: 2016-06-07T13:08:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T08:02:30.000Z (about 9 years ago)
- Last Synced: 2024-05-23T01:33:14.476Z (about 2 years ago)
- Language: HTML
- Size: 43.7 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Curtain

Curtain is data administration tool targetes not only for programmers.
It uses the modern approach of interpreting the data in such a way it is presented in a usable and meaningful way.
Traditional data editing tools force you to deal with primary and foreign keys. It is your additional task to make sure that the keys you are using corresponds to the a record in their corresponding tables.
Curtain is closing the gap to make that easier by presenting foreign keys as lookup to their corresponding table and presented it as drop down list of the records from the table.
We don't even use the term primary and foreign keys for they are simply just lookup records for those who are non-programmers.