pg2avro icon indicating copy to clipboard operation
pg2avro copied to clipboard

Utility generating avro files from postgres

Results 5 pg2avro issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Bumps [py](https://github.com/pytest-dev/py) from 1.8.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Support ddl as string (e.g. from pg_dump) to avro. e.g. ``` a = """ CREATE TABLE public.abc ( a integer NOT NULL, b integer NOT NULL, created_at timestamp with time...

enhancement

Add test for all pg types to avro. If something is missing, update it.

good first issue
tests

Bumps [zipp](https://github.com/jaraco/zipp) from 0.5.2 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...

dependencies