Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions extensions/perry/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@raycast"
}
7 changes: 7 additions & 0 deletions extensions/perry/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules/
dist/
.DS_Store
*.log
.vscode/
.idea/
raycast-env.d.ts
4 changes: 4 additions & 0 deletions extensions/perry/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
11 changes: 11 additions & 0 deletions extensions/perry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Perry Changelog

## [Initial Version] - {PR_MERGE_DATE}

- Quick Query: Execute SQL queries with autocomplete for tables, columns, and keywords
- Search Tables: Browse and search table data with smart filtering
- Saved Queries: Save and manage frequently used queries
- Query History: View and re-run recent queries
- Database Management: Add, edit, and remove PostgreSQL connections with read-only mode support
- Smart autocomplete with schema caching and context-aware suggestions
- Export results as JSON
15 changes: 15 additions & 0 deletions extensions/perry/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Perry

A Raycast extension to query and browse your PostgreSQL databases. Useful when you need to quickly check data or run queries without opening a separate database client.

## Features

- Query with autocomplete for tables and columns
- Browse tables and filter rows
- Save your frequent queries
- Query history
- Read-only mode

## Security

Your database connection strings are stored locally in Raycast's encrypted storage and never leave your machine.
Binary file added extensions/perry/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/perry/metadata/perry-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/perry/metadata/perry-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/perry/metadata/perry-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/perry/metadata/perry-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/perry/metadata/perry-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading