mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding initial leveldb configuration
This commit is contained in:
parent
d4be5b8c66
commit
2c5fb8a037
18 changed files with 202 additions and 196 deletions
|
|
@ -4,9 +4,7 @@ import {
|
|||
Game,
|
||||
GameShopCache,
|
||||
UserPreferences,
|
||||
UserAuth,
|
||||
GameAchievement,
|
||||
UserSubscription,
|
||||
} from "@main/entity";
|
||||
|
||||
import { databasePath } from "./constants";
|
||||
|
|
@ -15,9 +13,7 @@ export const dataSource = new DataSource({
|
|||
type: "better-sqlite3",
|
||||
entities: [
|
||||
Game,
|
||||
UserAuth,
|
||||
UserPreferences,
|
||||
UserSubscription,
|
||||
GameShopCache,
|
||||
DownloadQueue,
|
||||
GameAchievement,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue