Adding support for InterSystems Cache (and IRIS)

This commit is contained in:
Miroslav Stampar 2020-02-25 12:36:07 +01:00
parent 5c82f30fd8
commit 7ff77ef052
23 changed files with 459 additions and 36 deletions

View file

@ -54,6 +54,7 @@ class DBMS(object):
MIMERSQL = "MimerSQL"
CRATEDB = "CrateDB"
CUBRID = "Cubrid"
CACHE = "InterSystems Cache"
class DBMS_DIRECTORY_NAME(object):
ACCESS = "access"
@ -78,6 +79,7 @@ class DBMS_DIRECTORY_NAME(object):
MIMERSQL = "mimersql"
CRATEDB = "cratedb"
CUBRID = "cubrid"
CACHE = "cache"
class FORK(object):
MARIADB = "MariaDB"
@ -91,6 +93,8 @@ class FORK(object):
IGNITE = "Apache Ignite"
AURORA = "Aurora"
ENTERPRISEDB = "EnterpriseDB"
YELLOWBRICK = "Yellowbrick"
IRIS = "Iris"
class CUSTOM_LOGGING(object):
PAYLOAD = 9