CreateNew creates tables from the given SQL code (sqlCreateTablesStmt) and PROPERTIES table.
PROPERTIES table is populated with SqliteDB Properties key-value pair(s).
Open tries to open the SqliteDB for given Path and checks if the database has the same tags (PROPERTIES) as
current SqliteDB Properties. If so, returns true. Otherwise it returns false.