Skip to content

Commit

Permalink
Update DatabaseBar.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc authored Nov 19, 2024
1 parent afacb10 commit 6f21876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/DatabaseBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{ label: 'SQLite', isReady: true },
{ label: 'PostgreSQL', isReady: false },
{ label: 'MySQL', isReady: true },
{ label: 'MariaDB', isReady: false },
{ label: 'MariaDB', isReady: true },
{ label: 'Oracle', isReady: true },
{ label: 'MS SQL Server', isReady: true },
// { label: 'IBM Db2', isReady: false },
Expand Down

0 comments on commit 6f21876

Please sign in to comment.