A lot of works different areas... no plan

This commit is contained in:
Janus C. H. Knudsen 2025-02-16 23:39:26 +01:00
parent 087f8ce0e9
commit 1aea1e894a
16 changed files with 1433 additions and 131 deletions

View file

@ -25,11 +25,7 @@ namespace Database.Core.DCL
{
_db = db;
}
public void Setup(string schema = null)
{
throw new NotImplementedException();
}
public void With(Command command)
{
_command = command;