https://github.com/lagenorhynque/tree-representations-in-rdb
Tree representation models in RDB
https://github.com/lagenorhynque/tree-representations-in-rdb
mysql relational-database sql tree-structure
Last synced: 8 months ago
JSON representation
Tree representation models in RDB
- Host: GitHub
- URL: https://github.com/lagenorhynque/tree-representations-in-rdb
- Owner: lagenorhynque
- Created: 2020-08-12T04:00:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T11:45:14.000Z (almost 2 years ago)
- Last Synced: 2024-07-26T06:57:09.125Z (almost 2 years ago)
- Topics: mysql, relational-database, sql, tree-structure
- Language: Makefile
- Homepage: https://www.docswell.com/s/lagenorhynque/KW1WYP-introduction-to-tree-representations-in-rdb
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tree-representations-in-rdb
## Setup
```sh
docker compose up -d
make migrate
```