Thanks to visit codestin.com
Credit goes to github.com
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
reactiveNeon
/
sqlit
Public
forked from
Maxteabag/sqlit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlit
sqlit
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 14, 2026
Merge pull request #273 from Maxteabag/fix/issue-260-oracle-trailing-semicolon
Maxteabag
authored
9e52a50
View commit details
Copy full SHA for 9e52a50
View code at this point
Browse repository at this point
Keep Oracle SQL terminators out of driver execution
Show description for 15835dc
Maxteabag
committed
15835dc
View commit details
Copy full SHA for 15835dc
View code at this point
Browse repository at this point
Let Oracle users express secure Easy Connect DSNs
Show description for 688262a
Maxteabag
committed
688262a
View commit details
Copy full SHA for 688262a
View code at this point
Browse repository at this point
Keep PostgreSQL BC dates queryable
Show description for ced79be
Maxteabag
committed
ced79be
View commit details
Copy full SHA for ced79be
View code at this point
Browse repository at this point
Honor autocomplete actions rebound to Tab
Show description for 83c790c
Maxteabag
committed
83c790c
View commit details
Copy full SHA for 83c790c
View code at this point
Browse repository at this point
Merge pull request #267 from probeldev/fix-query-tab-autocomplete
Show description for f23227e
Maxteabag
authored
f23227e
View commit details
Copy full SHA for f23227e
View code at this point
Browse repository at this point
fix(query): Tab inserts a real tab character, fixed test
probeldev
committed
2520232
View commit details
Copy full SHA for 2520232
View code at this point
Browse repository at this point
Merge pull request #269 from Maxteabag/test/issue-254-trailing-comment
Maxteabag
authored
0c607c7
View commit details
Copy full SHA for 0c607c7
View code at this point
Browse repository at this point
Prevent trailing comments from blocking single-query execution
Show description for c9f862a
Maxteabag
committed
c9f862a
View commit details
Copy full SHA for c9f862a
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
Make Postgres autocomplete suggestions executable for mixed-case names
Show description for 3576169
Maxteabag
committed
3576169
View commit details
Copy full SHA for 3576169
View code at this point
Browse repository at this point
Commits on Jul 7, 2026
fix(query): Tab inserts a real tab character and autocomplete accept still works
Show description for 0b7c992
probeldev
committed
0b7c992
View commit details
Copy full SHA for 0b7c992
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
Merge pull request #253 from Maxteabag/feat/cli-version
Maxteabag
authored
a77d420
View commit details
Copy full SHA for a77d420
View code at this point
Browse repository at this point
Merge pull request #252 from Maxteabag/fix/postgres-schema-autocomplete
Maxteabag
authored
5ea12fb
View commit details
Copy full SHA for 5ea12fb
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
feat: add -v and --version CLI options
Maxteabag
committed
33b16c4
View commit details
Copy full SHA for 33b16c4
View code at this point
Browse repository at this point
Keep Postgres schema autocomplete executable
Show description for 274303a
Maxteabag
committed
274303a
View commit details
Copy full SHA for 274303a
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
Merge pull request #248 from Maxteabag/issue-246
Show description for 8b1f448
Maxteabag
authored
8b1f448
View commit details
Copy full SHA for 8b1f448
View code at this point
Browse repository at this point
Merge pull request #250 from eibx/feature/update-delete-query-qualified-name
Show description for 1f97577
Maxteabag
authored
1f97577
View commit details
Copy full SHA for 1f97577
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into feature/update-delete-query-qualified-name
eibx
committed
927663c
View commit details
Copy full SHA for 927663c
View code at this point
Browse repository at this point
fix: support PostgreSQL dollar-quoted strings in statement splitter
Maxteabag
committed
61be617
View commit details
Copy full SHA for 61be617
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
tests and keep schema when db is present
eibx
committed
a6a4113
View commit details
Copy full SHA for a6a4113
View code at this point
Browse repository at this point
use qualified_name for update and delete
eibx
committed
ddfe17c
View commit details
Copy full SHA for ddfe17c
View code at this point
Browse repository at this point
Commits on May 28, 2026
Pre-spawn process worker in cli.py to avoid the fds_to_keep race
Show description for 5e21d22
brentrager
committed
5e21d22
View commit details
Copy full SHA for 5e21d22
View code at this point
Browse repository at this point
Fix #189: don't fall back to fork() on macOS; redirect worker stderr
Show description for b32fdee
brentrager
committed
b32fdee
View commit details
Copy full SHA for b32fdee
View code at this point
Browse repository at this point
Commits on May 26, 2026
Merge pull request #243 from koianaoki/feature/fix-issue-229-delete-update-statement
Maxteabag
authored
f898235
View commit details
Copy full SHA for f898235
View code at this point
Browse repository at this point
Fix delete/update shortcuts for markup-rendered result cells
koianaoki
committed
064e2ea
View commit details
Copy full SHA for 064e2ea
View code at this point
Browse repository at this point
Commits on May 25, 2026
Merge pull request #240 from Maxteabag/worktree-conn-string-stdin
Show description for c16cccc
Maxteabag
authored
c16cccc
View commit details
Copy full SHA for c16cccc
View code at this point
Browse repository at this point
feat(cli): read passwords/URLs from stdin to keep them out of ps (closes #158)
Show description for 7e33973
Maxteabag
committed
7e33973
View commit details
Copy full SHA for 7e33973
View code at this point
Browse repository at this point
feat(results): column picker for copy + export
Show description for 31f8292
Maxteabag
committed
31f8292
View commit details
Copy full SHA for 31f8292
View code at this point
Browse repository at this point
Merge pull request #236 from Maxteabag/feat/per-connection-alerts
Show description for 1bb6001
Maxteabag
authored
1bb6001
View commit details
Copy full SHA for 1bb6001
View code at this point
Browse repository at this point
Merge pull request #237 from Maxteabag/worktree-issue-169-copy-export-formats
Show description for 45ae52c
Maxteabag
authored
45ae52c
View commit details
Copy full SHA for 45ae52c
View code at this point
Browse repository at this point
feat(results): markdown export + Copy as… submenu (closes #169)
Show description for 7161c83
Maxteabag
committed
7161c83
View commit details
Copy full SHA for 7161c83
View code at this point
Browse repository at this point
feat(alerts): per-connection and per-database alert overrides
Show description for 9bf243b
Maxteabag
committed
9bf243b
View commit details
Copy full SHA for 9bf243b
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/main' into worktree-help-context-search
Maxteabag
committed
44bf329
View commit details
Copy full SHA for 44bf329
View code at this point
Browse repository at this point
feat(help): context-aware ordering and `/` search in help screen
Show description for 97fb22b
Maxteabag
committed
97fb22b
View commit details
Copy full SHA for 97fb22b
View code at this point
Browse repository at this point
Merge pull request #234 from Maxteabag/feat/keybinding-editor
Show description for 97d70c4
Maxteabag
authored
97d70c4
View commit details
Copy full SHA for 97d70c4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.