mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
7 lines
185 B
TypeScript
7 lines
185 B
TypeScript
import { levelDatabasePath } from "@main/constants";
|
|
import { ClassicLevel } from "classic-level";
|
|
|
|
export const db = new ClassicLevel(levelDatabasePath, {
|
|
valueEncoding: "json",
|
|
});
|