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 549832f commit afacb10
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/lib/components/DatabaseBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
{ label: 'MariaDB', isReady: false },
{ label: 'Oracle', isReady: true },
{ label: 'MS SQL Server', isReady: true },
{ label: 'IBM Db2', isReady: false },
{ label: 'LDAP', isReady: false },
{ label: 'Sybase', isReady: false },
{ label: 'H2', isReady: false },
{ label: 'Snowflake', isReady: false },
{ label: 'Microsoft Access', isReady: false },
{ label: 'Apache Hive', isReady: false },
{ label: 'Teradata', isReady: false },
// { label: 'IBM Db2', isReady: false },
// { label: 'LDAP', isReady: false },
// { label: 'Sybase', isReady: false },
// { label: 'H2', isReady: false },
// { label: 'Snowflake', isReady: false },
// { label: 'Microsoft Access', isReady: false },
// { label: 'Apache Hive', isReady: false },
// { label: 'Teradata', isReady: false },
];
</script>

Expand Down

0 comments on commit afacb10

Please sign in to comment.