diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index 03316277f..18a495d2d 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -448,14 +448,56 @@ function searchResources() {

Select a Postgresql type

If you need extra extensions, you can select Supabase PostgreSQL (or others), otherwise select PostgreSQL - 17 (default).
+ 18 (default).
+
+
+
PostgreSQL 18 (default)
+
+ PostgreSQL is a powerful, open-source object-relational database system (no extensions). +
+
+ + + + + +
-
PostgreSQL 17 (default)
+
PostgreSQL 17
+
+ PostgreSQL is a powerful, open-source object-relational database system (no extensions). +
+
+ + + + + +
+
+
+
PostgreSQL 16
PostgreSQL is a powerful, open-source object-relational database system (no extensions).
@@ -513,6 +555,27 @@ class="absolute top-2 right-2 p-1.5 rounded hover:bg-neutral-200 dark:hover:bg-c
+
+
+
PGVector (18)
+
+ PGVector is a PostgreSQL extension for vector data types. +
+
+ + + + + +