WIP expirementation

This commit is contained in:
eelke 2025-08-18 19:41:36 +02:00
parent fb7dac642a
commit 29a141a971
20 changed files with 307 additions and 62 deletions

View file

@ -3,7 +3,6 @@
public interface IPqConnectionStringTokenizer
{
bool Eof { get; }
//PqToken NextToken(out string? text);
string GetKeyword();
void ConsumeEquals();
string GetValue();