remove test

This commit is contained in:
SrGooglo 2024-01-25 21:02:16 +01:00
parent 04db7b47c8
commit f1440dfc29

View File

@ -1,15 +0,0 @@
import withDb from "./src/main/local_db"
async function main(){
const db = await withDb()
console.log( db.get("test").value() )
await db.update(db => {
db.test = "xd"
return db
})
}
main()