Skip to content

1.0.0

Compare
Choose a tag to compare
@wonder-sk wonder-sk released this 09 Jun 08:37
· 87 commits to master since this release
  • big internal refactoring that adds support for drivers to allow different database backends
  • added PostgreSQL/PostGIS driver (in addition to existing SQLite/GeoPackage driver)
  • geodiffinfo CLI tool has been replaced by geodiff CLI tool with more user friendly commands
  • added API to create tables
  • added API to dump content of tables to a changeset with "insert" entries
  • added API to make copy - able to copy data from one driver to another - it is possible to copy data from GeoPackage to PostGIS and vice versa
  • added API to create changesets across different drivers - it is possible to compare content of a GeoPackage with a PostGIS schema
  • added API to concatenated changesets
  • added API to safely copy GeoPackages
  • added API to output database schema as JSON
  • does not depend on SQLite Session extension anymore