https://github.com/monacoremo/postgres-trees
Example for how to model trees and implement transformations on them in Postgres.
https://github.com/monacoremo/postgres-trees
postgresql sql tree-structure
Last synced: about 1 year ago
JSON representation
Example for how to model trees and implement transformations on them in Postgres.
- Host: GitHub
- URL: https://github.com/monacoremo/postgres-trees
- Owner: monacoremo
- Created: 2020-01-24T23:36:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T21:06:56.000Z (about 6 years ago)
- Last Synced: 2025-01-23T14:18:54.310Z (over 1 year ago)
- Topics: postgresql, sql, tree-structure
- Language: Nix
- Homepage:
- Size: 197 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# postgres-trees
Example for how to model trees and implement transformations
on them in Postgres.