An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Curtain

![Build Status](https://travis-ci.org/ivanceras/curtain-elm.svg)

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.