Expiriments with AvaloniaEdit and tracking document changes

This commit is contained in:
eelke 2025-08-30 19:41:10 +02:00
parent 29a141a971
commit 6325409d25
53 changed files with 643 additions and 627 deletions

12
ROADMAP.md Normal file
View file

@ -0,0 +1,12 @@
# pgLabII development roadmap
pgLabII is a developer tool for postgresql databases. Its goal is to allow for querying the database and also editing row data.
It also is going to give some user friendly views of the database structure.
## UI overview
There is a window for managing the configuration data of connections to actual database instances.
When a connection is opened a window specific for that database instance is openen. Within this window
the user can open many tabs to query the database and inspects it's tables, indexes etc.