Import type-safe query builder
authorSangwan Kwon <sangwan.kwon@samsung.com>
Wed, 26 Jun 2019 04:04:15 +0000 (13:04 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Tue, 9 Jul 2019 23:56:30 +0000 (08:56 +0900)
commit2152b20495f4748da71130ff3b782b5f8a92d773
treeb81a39d96f9f3ab76fc1a131c99d8527ae1b5b64
parent874a29f1420e2f596aa93c287f7b102120a8e7c4
Import type-safe query builder

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
14 files changed:
CMakeLists.txt
tsqb/CMakeLists.txt [new file with mode: 0644]
tsqb/include/column-pack.hxx [new file with mode: 0644]
tsqb/include/column.hxx [new file with mode: 0644]
tsqb/include/condition.hxx [new file with mode: 0644]
tsqb/include/database.hxx [new file with mode: 0644]
tsqb/include/expression.hxx [new file with mode: 0644]
tsqb/include/table-pack.hxx [new file with mode: 0644]
tsqb/include/table.hxx [new file with mode: 0644]
tsqb/include/tuple-helper.hxx [new file with mode: 0644]
tsqb/include/type.hxx [new file with mode: 0644]
tsqb/include/util.hxx [new file with mode: 0644]
tsqb/tsqb-tests.cpp [new file with mode: 0644]
tsqb/tsqb.hxx [new file with mode: 0644]