1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Removed knex

This commit is contained in:
2020-06-07 14:38:38 +02:00
parent 268688cdb8
commit 4e508061fd
13 changed files with 421 additions and 362 deletions

View File

@ -21,4 +21,8 @@ export default class {
static refresh (uid) {
return ipcRenderer.invoke('refresh', uid);
}
static rawQuery (params) {
return ipcRenderer.invoke('rawQuery', params);
}
}