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: about 1 month ago
JSON representation

Julia library for introspecting Postgres databases

Lists

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