[WPF] SQLite 로컬 DB 샘플
2019. 9. 13.
간단하게 데이터를 저장하고 싶은데 텍스트 파일로 저장하긴 귀찮고 관계형 데이터베이스 서버 놓긴 너무 커진다 싶을 때 사용할만한 로컬 DB인 SQLite를 사용해본다. 준비물 SQLite 바이너리 파일 다운로드 http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki System.Data.SQLite: Downloads Page All downloadable packages on this web page that do not include the word "static" in their file name require the appropriate version (e.g. 2005, 2008, 2010, 2012, 2013, 2015, 20..