Skip to content

fix(connections): show SQLite in Driver Manager built-in list (#270) - #290

Merged
ZhuchkaTriplesix merged 1 commit into
devfrom
issue/270-driver-manager-sqlite
Jul 10, 2026
Merged

fix(connections): show SQLite in Driver Manager built-in list (#270)#290
ZhuchkaTriplesix merged 1 commit into
devfrom
issue/270-driver-manager-sqlite

Conversation

@ZhuchkaTriplesix

Copy link
Copy Markdown
Member

Summary

  • Add SQLite (sqflite_common_ffi) to _driverInfoList in Driver Manager so it appears alongside PostgreSQL, MySQL, Redis, and MongoDB.
  • Extend the Driver Manager widget test to assert SQLite is shown with the Built-in badge.

Fixes #270.

Test plan

  • flutter test test/features/main_screen/workspace_homes_and_preferences_test.dart --name "Driver Manager"
  • Open Connection → Driver Manager and confirm SQLite row is visible with Built-in status

Add sqflite_common_ffi to _driverInfoList so the dialog lists all
supported database drivers, and extend the widget test to assert SQLite.
@github-actions github-actions Bot added bug Something isn't working sqlite SQLite database driver and workspace ui User interface components and widgets labels Jul 10, 2026
@ZhuchkaTriplesix
ZhuchkaTriplesix merged commit c0f1219 into dev Jul 10, 2026
4 checks passed
@ZhuchkaTriplesix ZhuchkaTriplesix self-assigned this Jul 12, 2026
@ZhuchkaTriplesix
ZhuchkaTriplesix deleted the issue/270-driver-manager-sqlite branch July 26, 2026 14:39
ZhuchkaTriplesix added a commit that referenced this pull request Jul 27, 2026
fix(connections): show SQLite in Driver Manager built-in list (#270)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working sqlite SQLite database driver and workspace ui User interface components and widgets

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant