https://github.com/giacomocavalieri/prequel
A markup language to define ER schemas
https://github.com/giacomocavalieri/prequel
Last synced: 27 days ago
JSON representation
A markup language to define ER schemas
- Host: GitHub
- URL: https://github.com/giacomocavalieri/prequel
- Owner: giacomocavalieri
- License: mit
- Created: 2023-06-29T21:12:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T08:48:09.000Z (over 1 year ago)
- Last Synced: 2025-03-28T17:00:04.368Z (about 1 month ago)
- Language: Gleam
- Size: 238 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prequel
[](https://hex.pm/packages/prequel)
[](https://hexdocs.pm/prequel/)A Gleam project
## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```## Installation
If available on Hex this package can be added to your Gleam project:
```sh
gleam add prequel
```and its documentation can be found at .