Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
sqle
/
gitquery
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
15
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 13, 2017
Add dep to manage project dependencies (#127)
Show description for 0f413ce
ajnavarro
authored and
smola
committed
0f413ce
Copy full SHA for 0f413ce
Commits on Dec 12, 2017
Update introduction gif on readme (#128)
ajnavarro
authored
abcc325
Copy full SHA for abcc325
Commits on Oct 9, 2017
Fixes API changes from go-git (#125)
Show description for 7c63a94
kenshaw
authored and
ajnavarro
committed
7c63a94
Copy full SHA for 7c63a94
Commits on Aug 27, 2017
Upgrade to latest go-git version. (#124)
Show description for cfc72fe
ajnavarro
authored
cfc72fe
Copy full SHA for cfc72fe
Commits on Apr 21, 2017
fix table schemas in README
smola
committed
9f6facd
Copy full SHA for 9f6facd
update to latest sqle.v0 api (NULL support) (#121)
Show description for da2b280
smola
authored
da2b280
Copy full SHA for da2b280
update go-git api (#120)
smola
authored
4ba8413
Copy full SHA for 4ba8413
Commits on Apr 6, 2017
update go-git v4 api (#119)
smola
authored
0344bf2
Copy full SHA for 0344bf2
Commits on Feb 24, 2017
rename to gitquery, closes #83 (#118)
smola
authored
dd3841b
Copy full SHA for dd3841b
Merge pull request #117 from smola/use-sqle
Show description for 478a42c
smola
authored
478a42c
Copy full SHA for 478a42c
update README with new URLs
smola
committed
78d5c25
Copy full SHA for 78d5c25
travis: use gopkg.in, go 1.8, go tip
smola
committed
24356ec
Copy full SHA for 24356ec
moved git package to top level dir
smola
committed
267e7bb
Copy full SHA for 267e7bb
remove code now moved to sqle
smola
committed
3e8ae35
Copy full SHA for 3e8ae35
use gopkg.in/sqle/sqle.v0
smola
committed
ad556c5
Copy full SHA for ad556c5
Commits on Feb 10, 2017
expression: Add regexp support (#105)
ajnavarro
authored
7154635
Copy full SHA for 7154635
fix aggregate expressions with aliases, fixes #112. (#116)
smola
authored
2a9c67d
Copy full SHA for 2a9c67d
updated vitess api (to gitql-0.2 tag) (#114)
smola
authored
850cf7c
Copy full SHA for 850cf7c
sql: split Catalog API into Databases/FunctionRegistry (#113)
smola
authored
fb17c2f
Copy full SHA for fb17c2f
Update README (#110)
ajnavarro
authored
a6fe13d
Copy full SHA for a6fe13d
cmd: use database/sql API (#109)
smola
authored
60a18df
Copy full SHA for 60a18df
sql: implement database/sql/driver API, fixes #87 (#108)
smola
authored
985834a
Copy full SHA for 985834a
update go-git api (#107)
Show description for b91bebf
smola
authored
b91bebf
Copy full SHA for b91bebf
sql: add Native method to Type (#104)
Show description for 7179f9f
smola
authored
7179f9f
Copy full SHA for 7179f9f
Commits on Feb 9, 2017
sql: add Close() method to RowIter. (#103)
smola
authored
c868dd4
Copy full SHA for c868dd4
sql: rename Field to Column. (#100)
Show description for f2951ee
smola
authored
f2951ee
Copy full SHA for f2951ee
cmd: add colors to shell (#101)
Show description for 4f0c9fe
ajnavarro
authored and
smola
committed
4f0c9fe
Copy full SHA for 4f0c9fe
Commits on Jan 27, 2017
cmd: Use readline library. (#98)
Show description for b66aa93
ajnavarro
authored
b66aa93
Copy full SHA for b66aa93
Commits on Jan 13, 2017
cmd: very basic REPL implementation (#97)
Show description for 761ba5e
ajnavarro
authored and
smola
committed
761ba5e
Copy full SHA for 761ba5e
sql: make Row a concrete implementation. (#96)
Show description for 2bbc3bd
smola
authored
2bbc3bd
Copy full SHA for 2bbc3bd
cmd: added new output formats. fixes #82. (#93)
Show description for 48b4a0c
ajnavarro
authored
48b4a0c
Copy full SHA for 48b4a0c
sql/parse: update sqlparser api. Fixes #90. (#92)
Show description for 0df31d4
smola
authored
0df31d4
Copy full SHA for 0df31d4
Commits on Dec 23, 2016
sql: add GROUP BY support. Closes #52. (#86)
Show description for 14cd44c
smola
authored
14cd44c
Copy full SHA for 14cd44c
update to latest vitess' sqlparser and go-git.v4. (#85)
smola
authored
a2cbdbc
Copy full SHA for a2cbdbc
Commits on Dec 2, 2016
git: add objects table, closes #54 (#77)
ajnavarro
authored
2fda359
Copy full SHA for 2fda359
Pagination
Previous
Next
You can’t perform that action at this time.