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 }}
zshell31
/
sqlx
Public
forked from
transact-rs/sqlx
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
sqlx
sqlx-cli
on
master
User selector
All users
All time
Commit history
Commits on Apr 9, 2021
chore: update dependencies
mehcode
committed
633a662
View commit details
Copy full SHA for 633a662
View code at this point
Browse repository at this point
sqlx-cli database reset fix confirmation flag
Show description for fc6eb63
qqwa
authored and
mehcode
committed
fc6eb63
View commit details
Copy full SHA for fc6eb63
View code at this point
Browse repository at this point
Removed unnecessarey preserve_order feature for serde_json. More reliable serialization-desetislization of sqlx-data.json. Added unit tests for sqlx-data.json serialization-deserialization
Show description for 674d89b
Vyacheslav Gudkov
authored and
mehcode
committed
674d89b
View commit details
Copy full SHA for 674d89b
View code at this point
Browse repository at this point
Add ignore_missing parameter
zshell31
authored and
mehcode
committed
85ff651
View commit details
Copy full SHA for 85ff651
View code at this point
Browse repository at this point
Rewrite migration algorithm in order to apply also unapplied migrations
zshell31
authored and
mehcode
committed
8950332
View commit details
Copy full SHA for 8950332
View code at this point
Browse repository at this point
Commits on Feb 4, 2021
release: 0.5.1
mehcode
committed
cbe8207
View commit details
Copy full SHA for cbe8207
View code at this point
Browse repository at this point
cli: update README
mehcode
committed
8da44b9
View commit details
Copy full SHA for 8da44b9
View code at this point
Browse repository at this point
release: 0.5
mehcode
committed
94d0bae
View commit details
Copy full SHA for 94d0bae
View code at this point
Browse repository at this point
Commits on Feb 1, 2021
Move `Cargo.toml` check to `run_prepare_step`
nextonesfaster
authored and
mehcode
committed
ed20639
View commit details
Copy full SHA for ed20639
View code at this point
Browse repository at this point
Don't require `Cargo.toml` for all subcommands
nextonesfaster
authored and
mehcode
committed
264cb09
View commit details
Copy full SHA for 264cb09
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
Update sqlx-cli/README.md
emigr2k1
authored and
abonander
committed
df6a2a2
View commit details
Copy full SHA for df6a2a2
View code at this point
Browse repository at this point
Commits on Jan 21, 2021
Upgrade async runtime dependencies
Show description for cdafc8a
3 people
authored and
mehcode
committed
cdafc8a
View commit details
Copy full SHA for cdafc8a
View code at this point
Browse repository at this point
Commits on Jan 14, 2021
Remove cargo_metadata dependency
Show description for 0758ffd
jplatte
authored and
mehcode
committed
0758ffd
View commit details
Copy full SHA for 0758ffd
View code at this point
Browse repository at this point
Fix docs for cargo sqlx prepare
jplatte
authored and
mehcode
committed
501be32
View commit details
Copy full SHA for 501be32
View code at this point
Browse repository at this point
[offline] Don't read sqlx-data.json into a String before parsing
jplatte
authored and
mehcode
committed
d2d56c6
View commit details
Copy full SHA for d2d56c6
View code at this point
Browse repository at this point
[offline] Use buffering for JSON file reading / writing
jplatte
authored and
mehcode
committed
52a7c35
View commit details
Copy full SHA for 52a7c35
View code at this point
Browse repository at this point
Commits on Dec 19, 2020
Support workspaces for offline feature
Show description for 3e1da43
Joe Grund
authored and
mehcode
committed
3e1da43
View commit details
Copy full SHA for 3e1da43
View code at this point
Browse repository at this point
Commits on Nov 25, 2020
fix migrate marco to take migration type
sidred
authored and
mehcode
committed
e8c073c
View commit details
Copy full SHA for e8c073c
View code at this point
Browse repository at this point
reversible migrations for cli
Show description for f41551f
sidred
authored and
mehcode
committed
f41551f
View commit details
Copy full SHA for f41551f
View code at this point
Browse repository at this point
Commits on Nov 19, 2020
Fix some clippy lints
jplatte
authored and
abonander
committed
3c7c266
View commit details
Copy full SHA for 3c7c266
View code at this point
Browse repository at this point
Commits on Nov 15, 2020
Bump version in sqlx-cli README to 0.2.0
Show description for 672f724
thallada
authored and
mehcode
committed
672f724
View commit details
Copy full SHA for 672f724
View code at this point
Browse repository at this point
Commits on Nov 12, 2020
sqlx-cli: prepare v0.2.0
mehcode
committed
f2d55bc
View commit details
Copy full SHA for f2d55bc
View code at this point
Browse repository at this point
fix: usage of migrate::run now takes two parameters
mehcode
committed
12da5ba
View commit details
Copy full SHA for 12da5ba
View code at this point
Browse repository at this point
Rename cargo features in preparation for rustls support
jplatte
authored and
mehcode
committed
a161bcb
View commit details
Copy full SHA for a161bcb
View code at this point
Browse repository at this point
use default_value for migrations source
stuarth
authored and
mehcode
committed
c91eb2b
View commit details
Copy full SHA for c91eb2b
View code at this point
Browse repository at this point
Add source param to command line
stuarth
authored and
mehcode
committed
a4729cd
View commit details
Copy full SHA for a4729cd
View code at this point
Browse repository at this point
Commits on Nov 4, 2020
Add context of where to put the offline feature
pickfire
authored and
abonander
committed
6a5c54b
View commit details
Copy full SHA for 6a5c54b
View code at this point
Browse repository at this point
Commits on Oct 30, 2020
Fix documentation for SQLX_OFFLINE environment variable
jplatte
authored and
abonander
committed
4fda8be
View commit details
Copy full SHA for 4fda8be
View code at this point
Browse repository at this point
Pass `SQLX_OFFLINE=false` to rustc in prepare
Show description for 139704f
jplatte
authored and
abonander
committed
139704f
View commit details
Copy full SHA for 139704f
View code at this point
Browse repository at this point
Fix a typo
jplatte
authored and
abonander
committed
f45f9ae
View commit details
Copy full SHA for f45f9ae
View code at this point
Browse repository at this point
Commits on Oct 24, 2020
fix(cli): wait for newlines for confirmations
izik1
authored and
abonander
committed
e816943
View commit details
Copy full SHA for e816943
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Bump clap version
Show description for e00d8aa
jplatte
authored and
mehcode
committed
e00d8aa
View commit details
Copy full SHA for e00d8aa
View code at this point
Browse repository at this point
Delete target/sqlx before invoking cargo in `cargo sqlx prepare`
jplatte
authored and
mehcode
committed
e3a71f0
View commit details
Copy full SHA for e3a71f0
View code at this point
Browse repository at this point
Commits on Sep 11, 2020
feat: adds the setup command to the sqlx-cli
Show description for 2e1658e
bytesofpie
authored and
abonander
committed
2e1658e
View commit details
Copy full SHA for 2e1658e
View code at this point
Browse repository at this point
feat: adds the reset command to the sqlx-cli
Show description for 916f1fc
bytesofpie
authored and
abonander
committed
916f1fc
View commit details
Copy full SHA for 916f1fc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.