https://github.com/pyramation/introspectron
introspect your postgres database and convert to JSON Schema
https://github.com/pyramation/introspectron
Last synced: 8 months ago
JSON representation
introspect your postgres database and convert to JSON Schema
- Host: GitHub
- URL: https://github.com/pyramation/introspectron
- Owner: pyramation
- Created: 2017-08-21T14:34:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T19:42:18.000Z (over 8 years ago)
- Last Synced: 2025-07-20T20:41:37.466Z (11 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# introspectron
introspect your Postgres database and generate JSON Schema, and other formats (coming soon).
## get started
launch backend
```sh
docker-compose up
```
### run tests
```sh
yarn test
```
### credit
introspection code originated from https://github.com/postgraphql/postgraphql
### license
https://github.com/postgraphql/postgraphql/blob/master/LICENSE