01 DATABASE2: lowdb
์ค์น - ์น๋ธ๋ผ์ฐ์
์น๋ธ๋ผ์ฐ์ ์ lowdb๋ฅผ ์ค์นํ๋ ๋ฐฉ๋ฒ์ ์ดํด๋ด ์๋ค
์์ค์ฝ๋
1 2 3 4 5 6 7 8 9 10 11 12 13 | <!doctype html> < html > < head > < script > var adapter = new LocalStorage('db') var db = low(adapter) </ script > </ head > </ html > |