mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 07:16:52 +00:00
feat(nc-gui): enable sqlite integration in oss
This commit is contained in:
@@ -26,6 +26,8 @@ const connectionType = computed(() => {
|
||||
return ClientType.PG
|
||||
case integrationType.MySQL:
|
||||
return ClientType.MYSQL
|
||||
case integrationType.SQLITE:
|
||||
return ClientType.SQLITE
|
||||
default: {
|
||||
return undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user