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> |