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 }}
CodingAnarchy
/
sqlx
Public
forked from
transact-rs/sqlx
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
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-core
src
database.rs
on
main
User selector
All users
All time
Commit history
Commits on Sep 14, 2025
refactor(core): Remove lifetime parameter from Arguments trait (#3960)
Show description for 8152689
iamjpotts
authored
8152689
View commit details
Copy full SHA for 8152689
View code at this point
Browse repository at this point
Commits on Aug 18, 2025
chore: Fix warnings for custom postgres_## cfg flags (#3950)
Show description for e77f32e
iamjpotts
authored
e77f32e
View commit details
Copy full SHA for e77f32e
View code at this point
Browse repository at this point
Commits on Jul 7, 2025
breaking: add SqlStr (#3723)
Show description for 469f227
joeydewaal
and
abonander
authored
469f227
View commit details
Copy full SHA for 469f227
View code at this point
Browse repository at this point
Commits on Jul 20, 2024
doc: Minor rust docs fixes (#3312)
Show description for eaad7b2
SrGesus
authored
eaad7b2
View commit details
Copy full SHA for eaad7b2
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
Generic Associated Types in Database, replacing HasValueRef, HasArguments, HasStatement (#2973)
Show description for 9ba488c
nitn3lav
and
abonander
authored
9ba488c
View commit details
Copy full SHA for 9ba488c
View code at this point
Browse repository at this point
Commits on Feb 21, 2023
Break drivers out into separate crates, clean up some technical debt (#2039)
Show description for b5312c3
abonander
committed
b5312c3
View commit details
Copy full SHA for b5312c3
View code at this point
Browse repository at this point
Commits on Jun 17, 2022
fix #1905 : replaced all uses of "uri" to "url" (#1906)
Show description for 339e058
Romain
authored and
abonander
committed
339e058
View commit details
Copy full SHA for 339e058
View code at this point
Browse repository at this point
Commits on Jan 21, 2021
refactor: rename DbOutcome to DbQueryResult
mehcode
committed
d5e0f1b
View commit details
Copy full SHA for d5e0f1b
View code at this point
Browse repository at this point
Commits on Jan 12, 2021
Rename DbDone to DbOutcome
jplatte
committed
08a76f4
View commit details
Copy full SHA for 08a76f4
View code at this point
Browse repository at this point
Remove the Done trait
jplatte
committed
a1d562f
View commit details
Copy full SHA for a1d562f
View code at this point
Browse repository at this point
Commits on Jan 5, 2021
doc: use the fancy new intra-crate doc links everywhere
izik1
authored and
abonander
committed
2890d15
View commit details
Copy full SHA for 2890d15
View code at this point
Browse repository at this point
Commits on Jul 24, 2020
feat: add Executor::prepare, a hook into the automatic statement preparation life-cycle
mehcode
committed
e575501
View commit details
Copy full SHA for e575501
View code at this point
Browse repository at this point
Commits on Jul 18, 2020
docs: add some module-level information sqlx::database
mehcode
committed
9029a34
View commit details
Copy full SHA for 9029a34
View code at this point
Browse repository at this point
Commits on Jul 14, 2020
feat: add sqlx::Done and return from Executor::execute()
Show description for 00137d4
mehcode
committed
00137d4
View commit details
Copy full SHA for 00137d4
View code at this point
Browse repository at this point
Commits on Jul 12, 2020
refactor: restructure relationship between Pool, Connection, and Options
Show description for e765287
mehcode
and
abonander
committed
e765287
View commit details
Copy full SHA for e765287
View code at this point
Browse repository at this point
Commits on Jul 5, 2020
feat: expose column information on Row
Show description for 8d188c5
mehcode
committed
8d188c5
View commit details
Copy full SHA for 8d188c5
View code at this point
Browse repository at this point
Commits on Jun 27, 2020
refactor: remove Default requirement for ArgumentBuffer
mehcode
committed
5091a28
View commit details
Copy full SHA for 5091a28
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
Caching methods in Connection
Julius de Bruijn
committed
2c2a277
View commit details
Copy full SHA for 2c2a277
View code at this point
Browse repository at this point
Commits on Jun 21, 2020
feat: disassociate Type from Decode further and require only Decode for FromRow + Row + Value
mehcode
committed
e3adb88
View commit details
Copy full SHA for e3adb88
View code at this point
Browse repository at this point
Commits on May 31, 2020
feat: re-introduce Transaction
Show description for cc9d443
mehcode
committed
cc9d443
View commit details
Copy full SHA for cc9d443
View code at this point
Browse repository at this point
feat: introduce IntoArguments, query_with, query_as_with, and query_scalar_with
mehcode
committed
9d2a014
View commit details
Copy full SHA for 9d2a014
View code at this point
Browse repository at this point
Commits on May 30, 2020
refactor(core): remove the HRTB (higher rank trait bound) on Row in the aim of improving ergonomics
Show description for 757a930
mehcode
committed
757a930
View commit details
Copy full SHA for 757a930
View code at this point
Browse repository at this point
Commits on Mar 25, 2020
move HasX types into the module where X is
mehcode
committed
918a797
View commit details
Copy full SHA for 918a797
View code at this point
Browse repository at this point
Commits on Mar 21, 2020
Refactor the error to be generic over database
janaakhterov
authored and
mehcode
committed
cbdc1bb
View commit details
Copy full SHA for cbdc1bb
View code at this point
Browse repository at this point
Commits on Mar 17, 2020
memo: add more documentation to the database module
mehcode
committed
1006021
View commit details
Copy full SHA for 1006021
View code at this point
Browse repository at this point
Commits on Mar 15, 2020
Add Database::RawBuffer to parameterize Encode
mehcode
committed
553f03f
View commit details
Copy full SHA for 553f03f
View code at this point
Browse repository at this point
Commits on Mar 11, 2020
remove unused imports
mehcode
committed
b8cd2e9
View commit details
Copy full SHA for b8cd2e9
View code at this point
Browse repository at this point
query_as: fully implement query_as, required a db-specific ext trait
mehcode
committed
47f3d77
View commit details
Copy full SHA for 47f3d77
View code at this point
Browse repository at this point
Database::Connection requires a Connection that can be connected
mehcode
committed
4c102f7
View commit details
Copy full SHA for 4c102f7
View code at this point
Browse repository at this point
decode: use HasRawValue
mehcode
committed
9f1cf95
View commit details
Copy full SHA for 9f1cf95
View code at this point
Browse repository at this point
Split Executor into Executor and RefExecutor
Show description for f462343
mehcode
committed
f462343
View commit details
Copy full SHA for f462343
View code at this point
Browse repository at this point
remove the DB type parameter from HasCursor and push to an associated type; remove Cursor::first
mehcode
committed
72b60e8
View commit details
Copy full SHA for 72b60e8
View code at this point
Browse repository at this point
adjust Cursor::map to work through black magic hacks and hope we get GATs soon
mehcode
committed
7404708
View commit details
Copy full SHA for 7404708
View code at this point
Browse repository at this point
postgres: rewrite protocol in more iterative and lazy fashion
mehcode
committed
a374c18
View commit details
Copy full SHA for a374c18
View code at this point
Browse repository at this point
add Cursor and rewrite Executor/Query over it
Show description for ea1a4fb
mehcode
committed
ea1a4fb
View commit details
Copy full SHA for ea1a4fb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.