LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
version.json
docs/index.md
src/sqlIntuitive/__init__.py
src/sqlIntuitive/conditionEnums.py
src/sqlIntuitive.egg-info/PKG-INFO
src/sqlIntuitive.egg-info/SOURCES.txt
src/sqlIntuitive.egg-info/dependency_links.txt
src/sqlIntuitive.egg-info/requires.txt
src/sqlIntuitive.egg-info/top_level.txt
src/sqlIntuitive/dbSystems/__init__.py
src/sqlIntuitive/dbSystems/baseDbSystem.py
src/sqlIntuitive/dbSystems/mysqlSystem.py
src/sqlIntuitive/dbSystems/sqliteSystem.py
src/sqlIntuitive/dbSystems/supportTracker.py
src/sqlIntuitive/exceptions/__init__.py
src/sqlIntuitive/exceptions/baseException.py
src/sqlIntuitive/exceptions/adaptionProviderExceptions/__init__.py
src/sqlIntuitive/exceptions/adaptionProviderExceptions/baseException.py
src/sqlIntuitive/exceptions/adaptionProviderExceptions/subexceptions.py
src/sqlIntuitive/exceptions/conditionExceptions/__init__.py
src/sqlIntuitive/exceptions/conditionExceptions/baseException.py
src/sqlIntuitive/exceptions/conditionExceptions/subexceptions.py
src/sqlIntuitive/exceptions/other/__init__.py
src/sqlIntuitive/exceptions/parameterExceptions/__init__.py
src/sqlIntuitive/exceptions/parameterExceptions/baseException.py
src/sqlIntuitive/exceptions/parameterExceptions/subexceptions/__init__.py
src/sqlIntuitive/exceptions/parameterExceptions/subexceptions/other.py
src/sqlIntuitive/exceptions/parameterExceptions/subexceptions/invalidConstraintExceptions/__init__.py
src/sqlIntuitive/exceptions/parameterExceptions/subexceptions/invalidConstraintExceptions/baseException.py
src/sqlIntuitive/exceptions/parameterExceptions/subexceptions/invalidConstraintExceptions/subexceptions.py
src/sqlIntuitive/ext/__init__.py
src/sqlIntuitive/ext/customDataTypes.py
src/sqlIntuitive/sqlGeneration/__init__.py
src/sqlIntuitive/sqlGeneration/mysql.py
src/sqlIntuitive/sqlGeneration/standard.py
tests/__init__.py
tests/mysql_testserver_login-default.json
tests/test_A_a_sqlGeneration_standard.py
tests/test_A_b_sqlGeneration_mysql.py
tests/test_B_mysqlSystem.py
tests/test_C_customDataTypes.py
tests/test_D_sqliteSystem.py
tests/test_E_supportTracker.py
tests/test_F_exceptions.py
tests/testsToRunDefault.json