Breaking Changes
-
@databases/pg-schema has been renamed to @databases/pg-schema-introspect (#101)
It now finally has a public API that can be called to retrieve a JSON representation of a Postgres database schema that is rich in detail. This is designed to work with the various other @databases/pg-* packages. A future package under the @databases/pg-schema name will provide type safe access to Postgres databases using these generated schemas.
Bug Fixes
-
Table names and field names are now always alphabetically sorted (#101)
This was the only way to make the output from introspect stable enough to be useful.