mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-28 09:43:06 +08:00
feat: implement postgres connector
This commit is contained in:
@ -60,9 +60,7 @@ const CreateConnectionModal = (props: Props) => {
|
||||
onChange={(e) => setPartialConnection({ engineType: e.target.value as Engine })}
|
||||
>
|
||||
<option value={Engine.MySQL}>MySQL</option>
|
||||
<option className="hidden" value={Engine.PostgreSQL}>
|
||||
PostgreSQL
|
||||
</option>
|
||||
<option value={Engine.PostgreSQL}>PostgreSQL</option>
|
||||
</select>
|
||||
</div>
|
||||
<div className="w-full flex flex-col">
|
||||
|
Reference in New Issue
Block a user