add db module 41/66341/1
authorDongsun Lee <ds73.lee@samsung.com>
Fri, 25 Mar 2016 11:04:15 +0000 (20:04 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Mon, 18 Apr 2016 11:11:59 +0000 (20:11 +0900)
commit4f37abac1a8c77ee3a574e183d1841544c3f1c97
tree9d17ede4978ef6a7e6328013f7fafded1aec0eb5
parent4b0a681141a79bdbc6340171d86a14c4b8667a3e
add db module

Change-Id: I55fc9a7a405d61d24c66368fdec4dc1c8b418c4d
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
15 files changed:
CMakeLists.txt
data/scripts/create_schema.sql [new file with mode: 0644]
data/scripts/drop_all.sql [new file with mode: 0644]
packaging/csr-framework.spec
src/CMakeLists.txt
src/framework/database/column.cpp [new file with mode: 0644]
src/framework/database/column.h [new file with mode: 0644]
src/framework/database/connection.cpp [new file with mode: 0644]
src/framework/database/connection.h [new file with mode: 0644]
src/framework/database/csr_db.cpp [new file with mode: 0644]
src/framework/database/csr_db.h [new file with mode: 0644]
src/framework/database/statement.cpp [new file with mode: 0644]
src/framework/database/statement.h [new file with mode: 0644]
test/CMakeLists.txt
test/test-internal-database.cpp [new file with mode: 0644]