Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MechanicalRabbit/PostgresCatalog.jl
Julia library for introspecting Postgres databases
https://github.com/MechanicalRabbit/PostgresCatalog.jl
julia postgresql
Last synced: 3 months ago
JSON representation
Julia library for introspecting Postgres databases
- Host: GitHub
- URL: https://github.com/MechanicalRabbit/PostgresCatalog.jl
- Owner: MechanicalRabbit
- License: other
- Created: 2019-04-10T02:48:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T14:35:55.000Z (over 3 years ago)
- Last Synced: 2024-07-19T02:40:53.815Z (4 months ago)
- Topics: julia, postgresql
- Language: Julia
- Homepage: https://mechanicalrabbit.github.io/PostgresCatalog.jl/dev/
- Size: 170 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PostgresCatalog.jl
*PostgresCatalog is a Julia library for introspecting Postgres databases and
generating models of the database structure.*[![Build Status][ci-img]][ci-url]
[![Code Coverage][codecov-img]][codecov-url]
[![Open Issues][issues-img]][issues-url]
[![Documentation][doc-dev-img]][doc-dev-url]
[![MIT License][license-img]][license-url]For instructions on how to use this package, see the
[**Documentation**][doc-dev-url].If you encounter any problems, please submit a [bug report][issues-url].
Copyright (c) 2019: Prometheus Research, LLC.
The PostgresCatalog package is licensed under the [MIT License][license-url].
[ci-img]: https://github.com/MechanicalRabbit/PostgresCatalog.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/MechanicalRabbit/PostgresCatalog.jl/actions?query=workflow%3ACI+branch%3Amaster
[codecov-img]: https://codecov.io/gh/MechanicalRabbit/PostgresCatalog.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/MechanicalRabbit/PostgresCatalog.jl
[issues-img]: https://img.shields.io/github/issues/MechanicalRabbit/PostgresCatalog.jl.svg
[issues-url]: https://github.com/MechanicalRabbit/PostgresCatalog.jl/issues
[doc-dev-img]: https://img.shields.io/badge/doc-dev-blue.svg
[doc-dev-url]: https://mechanicalrabbit.github.io/PostgresCatalog.jl/dev/
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg
[license-url]: https://raw.githubusercontent.com/MechanicalRabbit/PostgresCatalog.jl/master/LICENSE.md