hamster-desktop/electron/core/db.ts
2024-08-12 17:01:49 +08:00

7 lines
213 B
TypeScript

import path from "node:path";
// const db = await JSONFilePreset("db.json", { posts: [] });
// const post = { id: 1, title: "lowdb is awesome", views: 100 };
// await db.update(({ posts }) => posts.push(post));