Added database loading logic
This commit is contained in:
@@ -4,5 +4,6 @@ namespace HopFrame.Core.Services;
|
||||
|
||||
public interface IContextExplorer {
|
||||
public IEnumerable<string> GetTableNames();
|
||||
public TableConfig? GetTable(string name);
|
||||
public TableConfig? GetTable(string tableName);
|
||||
public ITableManager? GetTableManager(string tableName);
|
||||
}
|
||||
Reference in New Issue
Block a user