Rewrite of pgLab in C#, using Avalonia UI for portable UI.
Find a file
eelke 4ff9b78db8 Fix local db
- correct path to contain application specific folder
- create migration
- apply the migrations at startup
- reactivate commented out code

The code was failing before because the tables were never created.
2025-10-26 06:27:43 +01:00
pgLabII Fix local db 2025-10-26 06:27:43 +01:00
pgLabII.Desktop WIP querytool 2025-09-06 13:32:51 +02:00
pgLabII.PgUtils Change NpgsqlCodec to rely on the DbConnectionStringBuilder class for basic parsing and formatting. 2025-09-06 07:36:04 +02:00
pgLabII.PgUtils.Tests Change NpgsqlCodec to rely on the DbConnectionStringBuilder class for basic parsing and formatting. 2025-09-06 07:36:04 +02:00
pgLabII.Tests Added user and password input they are now directly fields on the connection configuration and no longer a seperate entity. 2025-08-31 19:34:27 +02:00
.ai-guidelines.md WIP query tool, executes query for real and shows result 2025-10-25 15:48:19 +02:00
.editorconfig Initial commit 2024-11-16 14:16:04 +01:00
.gitignore Initial commit 2024-11-16 14:16:04 +01:00
Directory.Packages.props connection string/url parsing and generation in the server configuration dialog 2025-08-31 10:12:22 +02:00
pgLabII.sln added ServerConfigurationMapping 2025-08-31 06:49:37 +02:00
pgLabII.sln.DotSettings Fix libpq parsing and refactors/code cleanup 2025-08-31 13:26:22 +02:00
ROADMAP.md Expiriments with AvaloniaEdit and tracking document changes 2025-08-30 19:41:10 +02:00