https://github.com/pyramation/introspectron
introspect your postgres database and convert to JSON Schema
https://github.com/pyramation/introspectron
Last synced: about 11 hours 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 (almost 9 years ago)
- Last Synced: 2026-07-21T12:35:22.873Z (about 11 hours ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 0
- 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