Create a per user DB instead of a global DB 91/17991/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 13 Mar 2014 12:28:48 +0000 (13:28 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 13 Mar 2014 14:33:07 +0000 (15:33 +0100)
commitd89321911038079248de90043b93121d30221033
tree4b69e9e1aa8ba3197f812e314cd40a58197184b9
parentcc94b25aa675fc061d456568f60fe56d536a540f
Create a per user DB instead of a global DB

To fully support the multi-user architecture every user needs to have
its own DB since, in the case of librua, a global (system) DB doesn't
make much sense.

Bug-Tizen: PTREL-339
Change-Id: Id7c5ab27748cfe60cb998a956f06d5280fe1fe50
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
data/rua_db.sql [deleted file]
include/db-schema.h
include/rua.h
packaging/librua.spec
src/rua.c
test/rua-test.c