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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
geek-fun
/
sqlkit
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
542
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: geek-fun/sqlkit
Actions
All workflows
Workflows
Copilot code review
Copilot code review
Copilot coding agent
Copilot coding agent
Node.js CI
Node.js CI
Release
Release
Show more workflows...
Management
Caches
Node.js CI
Node.js CI
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
node.yml
will be ignored since log searching is not yet available
448 workflow runs
448 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
feat(transfer): wire structure/migration tabs to backend, ship-ready
Node.js CI
#23:
Pull request
#52
synchronize by
Blankll
2m 41s
feat/transfer-wiring-ship-ready
feat/transfer-wiring-ship-ready
2m 41s
View #52
View workflow file
fix(tabStore): align API with tests - connectionId-first signatures (#53) Tests have always expected createTab and openTableViewTab to take connectionId as the first parameter, and a dedicated closeTabsForConnection helper to exist on the store. The implementation had connectionId as the last optional parameter and was missing the helper, so CI was red on master with 9 failing assertions across all three platforms. - createTab(connectionId?, database?, schema?) - openTableViewTab(connectionId, database...
Node.js CI
#22:
Commit
e074069
pushed by
Blankll
3m 44s
master
master
3m 44s
View workflow file
fix(tabStore): align API with tests to unblock CI
Node.js CI
#21:
Pull request
#53
opened by
Blankll
3m 2s
fix/tabstore-api-alignment
fix/tabstore-api-alignment
3m 2s
View #53
View workflow file
feat(transfer): wire structure/migration tabs to backend, ship-ready
Node.js CI
#20:
Pull request
#52
opened by
Blankll
2m 0s
feat/transfer-wiring-ship-ready
feat/transfer-wiring-ship-ready
2m 0s
View #52
View workflow file
Merge pull request #51 from geek-fun/feat/transfer-component feat(transfer): implement data transfer feature
Node.js CI
#19:
Commit
78ef65a
pushed by
Blankll
11s
master
master
11s
View workflow file
feat(transfer): implement data transfer feature
Node.js CI
#18:
Pull request
#51
synchronize by
Blankll
9s
feat/transfer-component
feat/transfer-component
9s
View #51
View workflow file
feat(transfer): implement data transfer feature
Node.js CI
#17:
Pull request
#51
synchronize by
Blankll
1m 44s
feat/transfer-component
feat/transfer-component
1m 44s
View #51
View workflow file
feat(transfer): implement data transfer feature
Node.js CI
#16:
Pull request
#51
synchronize by
Blankll
1m 51s
feat/transfer-component
feat/transfer-component
1m 51s
View #51
View workflow file
feat(transfer): implement data transfer feature
Node.js CI
#15:
Pull request
#51
opened by
Blankll
9m 8s
feat/transfer-component
feat/transfer-component
9m 8s
View #51
View workflow file
fix(postgres): improve type conversion for NUMERIC, UUID, ENUM, and INT2 - Handle NUMERIC/DECIMAL with rust_decimal for exact precision - Handle UUID columns using tokio-postgres with-uuid-1 feature - Handle custom ENUM types via RawString fallback decoder - Fix INT2/SMALLSERIAL to use i16 instead of i32 for proper decoding - Add RawString wrapper for unknown types that reads raw bytes as UTF-8 - Remove enum-specific Postgres SELECT query complexity from browse.rs - Fix SQL splitter to recognize SET as c...
Node.js CI
#14:
Commit
2360784
pushed by
Blankll
2m 12s
master
master
2m 12s
View workflow file
fix(mysql): handle NULL values in column metadata and add warning toast - Fix MySQL panic when INFORMATION_SCHEMA returns NULL values (use get_opt with safe fallback instead of get().unwrap()) - Add toast.warning() method and yellow warning styling/icon - Show warning when editing/deleting rows in tables without primary key - Add i18n keys for noPrimaryKey notifications (enUS, zhCN)
Node.js CI
#13:
Commit
215d4a9
pushed by
Blankll
1m 54s
master
master
1m 54s
View workflow file
feat(db-browser): consolidate refresh button and fix identity column handling - Single refresh button now refreshes all: databases, tables, views, and saved queries - Add "New Query" (+) icon in saved queries section header - Fix SQL Server identity column update error by excluding auto-increment columns - Preserve DECIMAL/NUMERIC precision as string instead of lossy f64 conversion - Add v-if guard to prevent empty "User Databases" SelectGroup - Add is_auto_increment column metadata across all adapters (...
Node.js CI
#12:
Commit
4e3b990
pushed by
Blankll
1m 49s
master
master
1m 49s
View workflow file
release: v0.2.0
Node.js CI
#11:
Commit
59c1afa
pushed by
Blankll
1m 45s
master
master
1m 45s
View workflow file
feat: implement saved queries feature with file list UI - Enrich Rust list_saved_queries to return file metadata - Add saved queries section in DatabaseBrowser with context menu - Auto-refresh list after save, switch to existing tab if file open - Connection-prefixed default filenames (lowercase, hyphen-separated) - Fix false unsaved indicator when switching tabs - Reorder nav: Connections → Queries → Import/Export → History - Hide Data Studio from navigation
Node.js CI
#10:
Commit
9921895
pushed by
Blankll
1m 43s
master
master
1m 43s
View workflow file
fix: code style issues
Node.js CI
#9:
Commit
c616bda
pushed by
Blankll
3m 11s
master
master
3m 11s
View workflow file
ci: run checks on push to master
Node.js CI
#8:
Commit
aff65db
pushed by
Blankll
2m 50s
master
master
2m 50s
View workflow file
fix: auto-reconnect when table view loads with stale connection
Node.js CI
#7:
Pull request
#49
synchronize by
Blankll
2m 48s
chore/ssl-and-code-style
chore/ssl-and-code-style
2m 48s
View #49
View workflow file
fix: auto-reconnect when table view loads with stale connection
Node.js CI
#6:
Pull request
#49
opened by
Blankll
1m 37s
chore/ssl-and-code-style
chore/ssl-and-code-style
1m 37s
View #49
View workflow file
feat: setup ci/cd pipelines
Node.js CI
#5:
Pull request
#48
synchronize by
Blankll
5m 10s
feat/ci-cd-integration
feat/ci-cd-integration
5m 10s
View #48
View workflow file
feat: setup ci/cd pipelines
Node.js CI
#4:
Pull request
#48
synchronize by
Blankll
1m 59s
feat/ci-cd-integration
feat/ci-cd-integration
1m 59s
View #48
View workflow file
feat: setup ci/cd pipelines
Node.js CI
#3:
Pull request
#48
synchronize by
Blankll
1m 53s
feat/ci-cd-integration
feat/ci-cd-integration
1m 53s
View #48
View workflow file
feat: setup ci/cd pipelines
Node.js CI
#2:
Pull request
#48
synchronize by
Blankll
4m 14s
feat/ci-cd-integration
feat/ci-cd-integration
4m 14s
View #48
View workflow file
feat: setup ci/cd pipelines
Node.js CI
#1:
Pull request
#48
opened by
Blankll
1m 23s
feat/ci-cd-integration
feat/ci-cd-integration
1m 23s
View #48
View workflow file
Previous
1
2
…
14
15
16
17
18
Next
ProTip!
You can narrow down the results and go further in time using
created:<2026-03-25
or the other filters available.
You can’t perform that action at this time.