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 }}
lutfuahmet
/
dblab
Public
forked from
danvergara/dblab
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
dblab
pkg
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 8, 2022
feat(gui): add a better feedback response at query events
Show description for eb1fd08
danvergara
committed
eb1fd08
View commit details
Copy full SHA for eb1fd08
View code at this point
Browse repository at this point
feat(gui): add the ability to update the table list if tables status get updated
danvergara
committed
b9f3a5d
View commit details
Copy full SHA for b9f3a5d
View code at this point
Browse repository at this point
Commits on Aug 2, 2022
fix(form): fix typos
Show description for da12760
danvergara
committed
da12760
View commit details
Copy full SHA for da12760
View code at this point
Browse repository at this point
fix(form): add support for sqlite3 to the form app
danvergara
committed
c751e41
View commit details
Copy full SHA for c751e41
View code at this point
Browse repository at this point
fix(form): add file path input to the bubble tea model
danvergara
committed
75fae19
View commit details
Copy full SHA for 75fae19
View code at this point
Browse repository at this point
Commits on Jul 15, 2022
refactor(gui): minor details
danvergara
committed
6216421
View commit details
Copy full SHA for 6216421
View code at this point
Browse repository at this point
feat(gui): add pagination capabilities to the gui
danvergara
committed
3a18610
View commit details
Copy full SHA for 3a18610
View code at this point
Browse repository at this point
feat(client): add the pagination capabilities to the client
danvergara
committed
88b4123
View commit details
Copy full SHA for 88b4123
View code at this point
Browse repository at this point
feat(pagination): add the ability to manage the state of the selected table
danvergara
committed
a60edba
View commit details
Copy full SHA for a60edba
View code at this point
Browse repository at this point
feat(gui): show total pages on the navigation panel
danvergara
committed
0ef775c
View commit details
Copy full SHA for 0ef775c
View code at this point
Browse repository at this point
feat(form): add the limit options to the form to be introduced by the user
Show description for c6682f4
danvergara
committed
c6682f4
View commit details
Copy full SHA for c6682f4
View code at this point
Browse repository at this point
fix(config): add a limit field to the config object to control the size of result sets of the queries from the listed tables
danvergara
committed
2c800ac
View commit details
Copy full SHA for 2c800ac
View code at this point
Browse repository at this point
refactor(gui): refactor the metadata section to show the main info of a given table
danvergara
committed
2e6f239
View commit details
Copy full SHA for 2e6f239
View code at this point
Browse repository at this point
refactor(client): add a metadata method which bundles up the previous main methonds into a single one
danvergara
committed
3a4ab70
View commit details
Copy full SHA for 3a4ab70
View code at this point
Browse repository at this point
feat(pagination): add activate flag
danvergara
committed
defebb0
View commit details
Copy full SHA for defebb0
View code at this point
Browse repository at this point
feat(pagination): add a pagination package to manage the pagination calculations
danvergara
committed
048b665
View commit details
Copy full SHA for 048b665
View code at this point
Browse repository at this point
style(gui): format some lines for a better output
danvergara
committed
6e5c8be
View commit details
Copy full SHA for 6e5c8be
View code at this point
Browse repository at this point
feat(client): add a count method to return the number of rows of a given table
danvergara
committed
cc505f4
View commit details
Copy full SHA for cc505f4
View code at this point
Browse repository at this point
refactor(gui): add widgets objects to abstract the creation of the app
danvergara
committed
3e02f9c
View commit details
Copy full SHA for 3e02f9c
View code at this point
Browse repository at this point
Commits on Jun 30, 2022
fix(gui): remove some views
Show description for b3008a9
danvergara
committed
b3008a9
View commit details
Copy full SHA for b3008a9
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
fix(options): remove the limit varibale
Show description for 348e4b3
danvergara
committed
348e4b3
View commit details
Copy full SHA for 348e4b3
View code at this point
Browse repository at this point
feat(gui): add a new menu to manage navigation
danvergara
committed
36f3a18
View commit details
Copy full SHA for 36f3a18
View code at this point
Browse repository at this point
feat(client): add a limit of 100 rows for the content query function
danvergara
committed
80aa11e
View commit details
Copy full SHA for 80aa11e
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
style(gui): replace strings.Title with cases.Title
danvergara
committed
d620144
View commit details
Copy full SHA for d620144
View code at this point
Browse repository at this point
Commits on Dec 22, 2021
test(client): add the limit field to the command object used for testing purposes on the client test suite
Show description for 0b183c4
danvergara
committed
0b183c4
View commit details
Copy full SHA for 0b183c4
View code at this point
Browse repository at this point
feat(client): add the limit clause to the query on the table content method
Show description for 289b1ff
danvergara
committed
289b1ff
View commit details
Copy full SHA for 289b1ff
View code at this point
Browse repository at this point
feat(command): add a field called limit to the command struct
Show description for 1f445cf
danvergara
committed
1f445cf
View commit details
Copy full SHA for 1f445cf
View code at this point
Browse repository at this point
test(config): update the test function to make sure the init function works as expected
Show description for 00b5fd2
danvergara
committed
00b5fd2
View commit details
Copy full SHA for 00b5fd2
View code at this point
Browse repository at this point
feat(config): add a limit field to the config file
Show description for 6f30a35
danvergara
committed
6f30a35
View commit details
Copy full SHA for 6f30a35
View code at this point
Browse repository at this point
Commits on Nov 6, 2021
chore(dblab): minor changes
israteneda
authored and
danvergara
committed
7aedb0d
View commit details
Copy full SHA for 7aedb0d
View code at this point
Browse repository at this point
test(connection): update the test functions for the connection pkg to test the sqlite3 validations
Show description for 27463e7
danvergara
committed
27463e7
View commit details
Copy full SHA for 27463e7
View code at this point
Browse repository at this point
feat(connection): add proper validation functions to valite the connection data passed by the user
Show description for f1ade2e
danvergara
committed
f1ade2e
View commit details
Copy full SHA for f1ade2e
View code at this point
Browse repository at this point
test(form): update the test file for the form pkg to suport sqlite3
Show description for df99790
danvergara
committed
df99790
View commit details
Copy full SHA for df99790
View code at this point
Browse repository at this point
feat(form): update the mini tui app used to open connections manually to support sqlite3 options
Show description for 6f651d6
danvergara
committed
6f651d6
View commit details
Copy full SHA for 6f651d6
View code at this point
Browse repository at this point
test(client): update the test file for the client pkg
Show description for 2281f66
danvergara
committed
2281f66
View commit details
Copy full SHA for 2281f66
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.