Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

db_observer module ✨️

디비 파일 옵저버 입니다!

made by shdevlab

what is that?

디비 파일 변경 및 값 삭제 등을 감지하는 모듈입니다.

example

let observe = require("db_observer");

let observer = observer.getInstance({
  "db": "sdcard/test.db"
});

observer.on("change", (type, value) => {

});

observer.start();

function onStartCompile() {
  observer.stop();
}

About

DB observer for msgbot

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors