티스토리 뷰

Database/SQLite

SQLite

엘키 2013. 1. 27. 21:24

C++에서 SQLite를 사용하는 방법은 다양합니다.


보통 Wrapper를 하나 선정해 Wrapper를 이용해서 사용하시는데요, 그 중 CPPSQLIte가 가장 유명합니다.


CppSQLite3U is a C++ unicode wrapper around the SQLite database

http://softvoile.com/development/CppSQLite3U/


CppSQLite - C++ Wrapper for SQLite

http://www.codeproject.com/Articles/6343/CppSQLite-C-Wrapper-for-SQLite


SQLite 와 C++ 연동방법

http://mins79.tistory.com/55



CPPSQLite를 제외하면 Kompex SQLite Wrapper도 많이 이용되고 있다고 하네요. 


Kompex SQLite Wrapper for C++

http://sqlitewrapper.kompex-online.com/



SQLite는 기본적으로 db 파일로 출력되는데, 이를 관리 할수 있는 SQLite 관리툴 두개를 소개해드리겠습니다.


SQLiteSpy

http://www.yunqa.de/delphi/doku.php/products/sqlitespy/index


SQLite Expert

http://www.sqliteexpert.com/download.html



'Database > SQLite' 카테고리의 다른 글

SQLite - 쉽고 편한 파일 DB.  (0) 2010.08.26
댓글