blob: ea73d046804c2d89a80bda73ed7a6981be87a8ab [file] [log] [blame]
shockjianga5ae48c2014-07-27 23:21:41 -07001#how to create the database
2pre-requirements:
31. sqlite3 installed
4
5Steps to install and reset the database:
61. run shell and go to the src/db directory as working directory
72. run command sqlite3 ndns-local.db on shell and thus, enter the sqlit3 shell program
83. run .read ndns-database-tables.sql, which create the tables
94. run .read ndns-database-data-demo.sql, which insert demo data into database
10
11