You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,12 @@ Studio**, **DbGate**, **TablePlus** y **Outerbase Studio**.
21
21
> respaldado por Outerbase**. Se distribuye bajo **AGPL-3.0** conservando la licencia y la
22
22
> atribución originales (ver [Licencia](#licencia) y [`AVISO_LICENCIA.md`](./AVISO_LICENCIA.md)).
23
23
24
+
## Novedades (v0.7.0)
25
+
26
+
-**Navegación de schemas en Postgres:** el sidebar lista **todos** los schemas (no solo `public`); navegá y abrí tablas de cualquiera, con buscador `schema.tabla` y badge de schema activo que se mueve al elegirlo.
27
+
-**Asistente IA (Ctrl/Cmd+B) con más contexto:** el DDL que ve el modelo ahora incluye `NOT NULL`, defaults, `UNIQUE`, comentarios de tabla/columna, índices y foreign keys.
28
+
-**Tab de Chat conversacional:** charlá con el asistente para generar SQL a partir de tu schema (multi-turno; **genera, no ejecuta**), con botones "Abrir en editor" y "Copiar". Usa tu provider/API key configurada (Anthropic/OpenAI/Gemini).
Copy file name to clipboardExpand all lines: launcher/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "quick-outerbase",
3
-
"version": "0.6.1",
3
+
"version": "0.7.0",
4
4
"description": "Database GUI for your terminal: pass a DATABASE_URL and `npx quick-outerbase` opens a local web UI to browse, query and edit Postgres, MySQL, SQLite and libSQL/Turso. A fast, open-source Prisma Studio / Drizzle Studio / TablePlus / DbGate alternative. Community fork of Outerbase Studio (AGPL-3.0).",
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "quick-outerbase",
3
-
"version": "0.6.1",
3
+
"version": "0.7.0",
4
4
"private": true,
5
5
"description": "Database GUI in your terminal: pass a DATABASE_URL and `npx quick-outerbase` opens a local web UI to browse, query and edit Postgres, MySQL, SQLite and libSQL/Turso. Open-source Prisma Studio / Drizzle Studio / TablePlus / DbGate alternative. Unofficial community fork of Outerbase Studio (AGPL-3.0).",
0 commit comments