Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iburadempa/pg_jts
Create JSON-table-schema from a live PostgreSQL database
https://github.com/iburadempa/pg_jts
Last synced: 22 days ago
JSON representation
Create JSON-table-schema from a live PostgreSQL database
- Host: GitHub
- URL: https://github.com/iburadempa/pg_jts
- Owner: iburadempa
- License: mit
- Created: 2015-10-18T12:41:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T00:01:48.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T07:08:19.670Z (about 1 month ago)
- Language: Python
- Size: 308 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
- jimsghstars - iburadempa/pg_jts - Create JSON-table-schema from a live PostgreSQL database (Python)
README
# pg_jts
Obtain a JSON Table Schema (JTS) from a live PostgreSQL database.
Python alpha code
Installation:
```
pip install pg_jts
or
pip install pg_jts[psycopg2-binary]
```Documentation: https://pg_jts.readthedocs.org/