mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-16 16:37:12 +03:00
Make tests pass running with postgres
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface IDatabase {
|
||||
init(): void;
|
||||
async init(): Promise<void>;
|
||||
|
||||
prepare(type: QueryType, query: string, params?: any[]): Promise<any | any[] | void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user