An open API service indexing awesome lists of open source software.

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

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