pg_get_tabledef
Table generator
A PostgreSQL function to generate table DDL (Data Definition Language) statements
PostgreSQL PL/PGSQL function that generates table DDL for the given schema/table.
47 stars
5 watching
9 forks
Language: PLpgSQL
last commit: 8 days ago Related projects:
Repository | Description | Stars |
---|---|---|
catherinedevlin/ddl-generator | Automatically generates SQL DDL from table data | 273 |
nikolays/postgres_dba | A collection of tools and scripts to simplify Postgres DBA tasks | 1,126 |
darold/pgformatter | Automates formatting and beautification of PostgreSQL SQL queries | 1,692 |
djduque/pgfplots | A Rust library for generating publication-quality figures using LaTeX. | 120 |
enterprisedb/pldebugger | Provides an API for debugging pl/pgsql functions in PostgreSQL databases. | 71 |
matt-harvey/tabulo | A Ruby library for generating plain text tables with a column-based API and flexible configuration options. | 245 |
tizoc/ppx_pgsql | A syntax extension for embedded SQL queries using PG'OCaml. | 52 |
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 349 |
ged/ruby-pg | A PostgreSQL interface library for Ruby | 796 |
morenoh149/postgresdbsamples | A collection of sample databases for PostgreSQL to demonstrate data modeling and support learning and development | 488 |
dataegret/pg-utils | A collection of PostgreSQL utility scripts providing various DBA tools and query analysis capabilities | 1,043 |
karlseguin/pg.zig | A native PostgreSQL client driver written in Zig | 249 |
lukasmartinelli/pgclimb | A utility to export data from PostgreSQL into various formats, including JSON and CSV, with support for templates. | 390 |
pszturmaj/ddb | A D programming language client library for interacting with PostgreSQL databases. | 39 |
paradedb/pg_analytics | Enables direct querying of large data volumes from Postgres using a high-performance analytical query engine | 380 |