Extract Database to interface
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PluralKit.Core
|
||||
{
|
||||
public interface IDatabase
|
||||
{
|
||||
Task<IPKConnection> Obtain();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user