DBIO-PostgreSQL 0.900000 Latest
Files
- Changes
- LICENSE
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- README
- README.md
- cpanfile
- dist.ini
- docs/adr/0001-three-layer-pg-hierarchy-and-pgschema-layer.md
- docs/adr/0002-temp-database-deploy-strategy.md
- docs/adr/0003-definition-string-index-comparison.md
- docs/adr/0004-exact-pg-type-strings-no-abstract-mapping.md
- docs/adr/0005-native-jsonb-operators-and-jsonb-path-dsl.md
- lib/DBIO/PostgreSQL.pm
- lib/DBIO/PostgreSQL/Adapter.pm
- lib/DBIO/PostgreSQL/DDL.pm
- lib/DBIO/PostgreSQL/Deploy.pm
- lib/DBIO/PostgreSQL/Diff.pm
- lib/DBIO/PostgreSQL/Diff/Column.pm
- lib/DBIO/PostgreSQL/Diff/Extension.pm
- lib/DBIO/PostgreSQL/Diff/Function.pm
- lib/DBIO/PostgreSQL/Diff/Index.pm
- lib/DBIO/PostgreSQL/Diff/Policy.pm
- lib/DBIO/PostgreSQL/Diff/Schema.pm
- lib/DBIO/PostgreSQL/Diff/Table.pm
- lib/DBIO/PostgreSQL/Diff/Trigger.pm
- lib/DBIO/PostgreSQL/Diff/Type.pm
- lib/DBIO/PostgreSQL/Introspect.pm
- lib/DBIO/PostgreSQL/Introspect/CheckConstraints.pm
- lib/DBIO/PostgreSQL/Introspect/Columns.pm
- lib/DBIO/PostgreSQL/Introspect/Extensions.pm
- lib/DBIO/PostgreSQL/Introspect/ForeignKeys.pm
- lib/DBIO/PostgreSQL/Introspect/Functions.pm
- lib/DBIO/PostgreSQL/Introspect/Indexes.pm
- lib/DBIO/PostgreSQL/Introspect/Normalize.pm
- lib/DBIO/PostgreSQL/Introspect/Parse.pm
- lib/DBIO/PostgreSQL/Introspect/Policies.pm
- lib/DBIO/PostgreSQL/Introspect/Schemas.pm
- lib/DBIO/PostgreSQL/Introspect/Sequences.pm
- lib/DBIO/PostgreSQL/Introspect/Tables.pm
- lib/DBIO/PostgreSQL/Introspect/Triggers.pm
- lib/DBIO/PostgreSQL/Introspect/Types.pm
- lib/DBIO/PostgreSQL/JSONB.pm
- lib/DBIO/PostgreSQL/JSONB/Op.pm
- lib/DBIO/PostgreSQL/PgSchema.pm
- lib/DBIO/PostgreSQL/Result.pm
- lib/DBIO/PostgreSQL/SQLMaker.pm
- lib/DBIO/PostgreSQL/Storage.pm
- lib/DBIO/PostgreSQL/Test/EventTZPg.pm
- lib/DBIO/PostgreSQL/Test/SequenceTest.pm
- lib/DBIO/Shortcut/pg.pm
- share/skills/dbio-postgresql-database/SKILL.md
- share/skills/dbio-postgresql/SKILL.md
- t/00-load.t
- t/01-access-broker-api.t
- t/01-diff-schema.t
- t/02-diff-extension.t
- t/03-diff-type.t
- t/04-diff-column.t
- t/05-diff-index.t
- t/05-use-dbio-schema.t
- t/06-diff-policy.t
- t/06b-pgschema-inheritance.t
- t/07-ddl-pg-result.t
- t/07-diff-registry.t
- t/08-ddl-cake-enum.t
- t/08-shortcut.t
- t/09-ddl-enum-live.t
- t/10-pg.t
- t/11-pg-bytea.t
- t/13-diff-table.t
- t/14-diff-function.t
- t/15-diff-trigger.t
- t/16-deploy-orchestration.t
- t/17-diff-dispatch.t
- t/20-sqlmaker-pg.t
- t/21-datetime-pg.t
- t/22-replicated.t
- t/24-introspect-contract.t
- t/25-generate-live.t
- t/25-generate-via-introspect.t
- t/26-jsonb.t
- t/27-adapter.t
- t/28-roundtrip-base-types.t
- t/29-target-from-compiled-roundtrip.t
- t/30-fork.t
- t/31-threads.t
- t/32-threadtxn.t
- t/33-introspect-normalize.t
- t/34-introspect-parse.t
- t/85utf8.t
- t/postgresql-result-check-constraints.t
- t/postgresql-result-extra-ddl.t
- xbin/dbio-pg-k8s