]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: add rgw::sal::SQLiteConfigStore
authorCasey Bodley <cbodley@redhat.com>
Tue, 30 Aug 2022 21:58:09 +0000 (17:58 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 28 Sep 2022 21:48:00 +0000 (17:48 -0400)
commit3fb6def08c1f5738f2b738ac6caebe87677c4632
tree3341ec0c90659f214c9db0ebd39e5e986cdaf0f5
parent32496e431d14ed0cd762607646b6fc1dd3c5ae6b
rgw: add rgw::sal::SQLiteConfigStore

Signed-off-by: Casey Bodley <cbodley@redhat.com>
14 files changed:
src/common/subsys.h
src/rgw/store/dbstore/CMakeLists.txt
src/rgw/store/dbstore/common/connection_pool.h [new file with mode: 0644]
src/rgw/store/dbstore/config/sqlite.cc [new file with mode: 0644]
src/rgw/store/dbstore/config/sqlite.h [new file with mode: 0644]
src/rgw/store/dbstore/config/sqlite_schema.h [new file with mode: 0644]
src/rgw/store/dbstore/config/store.cc [new file with mode: 0644]
src/rgw/store/dbstore/config/store.h [new file with mode: 0644]
src/rgw/store/dbstore/sqlite/connection.cc [new file with mode: 0644]
src/rgw/store/dbstore/sqlite/connection.h [new file with mode: 0644]
src/rgw/store/dbstore/sqlite/error.cc [new file with mode: 0644]
src/rgw/store/dbstore/sqlite/error.h [new file with mode: 0644]
src/rgw/store/dbstore/sqlite/statement.cc [new file with mode: 0644]
src/rgw/store/dbstore/sqlite/statement.h [new file with mode: 0644]