Skip to content

Commit 23fb541

Browse files
committed
Add databases datasource type provider
1 parent 10dea59 commit 23fb541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llmstack/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@
314314

315315
DATASOURCE_TYPE_PROVIDERS = [
316316
'datasources.handlers.amazon',
317+
'datasources.handlers.databases',
317318
'datasources.handlers.files',
318319
'datasources.handlers.google',
319320
'datasources.handlers.text',

0 commit comments

Comments
 (0)