feat: implement postgres connector

This commit is contained in:
steven
2023-03-23 17:51:31 +08:00
parent 39df26a08f
commit 9969c7fa2a
8 changed files with 222 additions and 16 deletions

View File

@ -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">