schemainspect icon indicating copy to clipboard operation
schemainspect copied to clipboard

Schema inspection for PostgreSQL (and potentially others).

Results 34 schemainspect issues
Sort by recently updated
recently updated
newest added

Expanding on the work of #14 and #65, this patch implements support for comments in postgres. This PR expands the support to almost all comments, but is missing support for...

From the PG docs: [A table can inherit from more than one parent table, in which case it has the union of the columns defined by the parent tables.](https://www.postgresql.org/docs/current/ddl-inherit.html) That...

This pull request adds several enhancements and new features to `schemainspect`. - Support for inspecting aggregate functions. A new `InspectedAggFunction` class was added along with the query to retrieve aggregate...

Hello, Python3.12 [does not include setuptools in default venvs anymore](https://github.com/python/cpython/issues/95299), if a package needs setuptools, it needs to explicitly import it. This package uses pkg_resources which is distributed by setuptools....