Skip to content

.NET 5, PostgreSQL & JSON Export

Latest
Compare
Choose a tag to compare
@eXpl0it3r eXpl0it3r released this 07 Oct 16:18
· 10 commits to master since this release

This release brings support for .NET 5 across the whole application, which required updates for underlying dependencies.
Additionally, there are two export options now:

  • Export the whole static database directly to an PostgreSQL server
  • Export the static database schema as JSON to the clipboard (no data is exported)

image