Inital checkin, feature complete. tizen submit/tizen/20130503.184619 submit/tizen/20130503.190727 submit/tizen/20130509.173639 submit/tizen/20130517.020755
authorWilliam Douglas <william.douglas@intel.com>
Fri, 11 Jan 2013 01:15:22 +0000 (17:15 -0800)
committerWilliam Douglas <william.douglas@intel.com>
Thu, 17 Jan 2013 00:50:55 +0000 (16:50 -0800)
commite80971e0a43832a73a0eac544dc4c6394e4bdcab
tree1c7dbd8d2d6fa31ee64afaa1aa614c38ae17817c
Inital checkin, feature complete.

Currently Tizen spec files can be stuck with a lot of commands in
their POST section dealing with database creation. To help reduce the
noise (and potential for these commands to fail) this package provides
a db-manager command that can run db commands, set the file owner, set
file permissions, and associate the file with a smack label.

Change-Id: Iff898dc085c9b35bc431e727e8f5f5a587f74b7a
Signed-off-by: William Douglas <william.douglas@intel.com>
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
example.sql [new file with mode: 0644]
example.xml [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/db-manager.c [new file with mode: 0644]