mirror of
https://github.com/lingke-net/koring-space.git
synced 2026-09-12 05:45:17 +08:00
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
import Datastore from "@seald-io/nedb";
|
|
|
|
const useNewsStore = new Datastore({
|
|
filename: "./database/news.db",
|
|
autoload: true
|
|
});
|
|
|
|
export { useNewsStore }; |