mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add more experimental code
This code can be enabled for local testing by uncommenting and running it in place of the current code. This is the first of few commits with similar theme
This commit is contained in:
@@ -17,6 +17,7 @@ namespace SabreTools
|
||||
{
|
||||
private static Logger logger;
|
||||
private static string _dbName = "DATabase.sqlite";
|
||||
//private static string _dbName = "SabreTools.sqlite";
|
||||
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user