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 }}
hingev
/
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
examples
on
rl-develop-postgres
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 28, 2020
refactor(examples): use `select pg_notify` in postgres/listen
Show description for 685d70b
abonander
authored and
mehcode
committed
685d70b
View commit details
Copy full SHA for 685d70b
View code at this point
Browse repository at this point
Commits on Jul 27, 2020
chore: update listener example
mehcode
committed
4857d05
View commit details
Copy full SHA for 4857d05
View code at this point
Browse repository at this point
Remove realworld example.
Show description for d04d612
mehcode
committed
d04d612
View commit details
Copy full SHA for d04d612
View code at this point
Browse repository at this point
remove examples/postgres/todo-api as there is now a similar example in actix/examples
mehcode
committed
f66025b
View commit details
Copy full SHA for f66025b
View code at this point
Browse repository at this point
Commits on Jul 18, 2020
update todo examples to 0.4 and use migrations
Show description for 96b76dc
mehcode
committed
96b76dc
View commit details
Copy full SHA for 96b76dc
View code at this point
Browse repository at this point
Commits on Jul 12, 2020
fix: adjust pool usage in tests and examples
mehcode
committed
fc682fa
View commit details
Copy full SHA for fc682fa
View code at this point
Browse repository at this point
Commits on Jun 27, 2020
fix: remove XQueryAs imports (gone in 0.4)
mehcode
committed
f0e7997
View commit details
Copy full SHA for f0e7997
View code at this point
Browse repository at this point
Commits on Jun 6, 2020
Added quotes to listen/unlisten channel names to honor case sensitivity and be consistent with 'listen_all()'
rage311
authored and
abonander
committed
a0d1106
View commit details
Copy full SHA for a0d1106
View code at this point
Browse repository at this point
Commits on May 31, 2020
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
get offline macros working with todos example
abonander
authored and
mehcode
committed
6b248e0
View commit details
Copy full SHA for 6b248e0
View code at this point
Browse repository at this point
Commits on May 15, 2020
Add meaningful errors
PumpkinSeed
authored and
abonander
committed
19edb73
View commit details
Copy full SHA for 19edb73
View code at this point
Browse repository at this point
Commits on May 1, 2020
fix issue with project name
zmilan
authored and
mehcode
committed
a034df8
View commit details
Copy full SHA for a034df8
View code at this point
Browse repository at this point
Todo API example using Actix-web and SQLx with PostgreSQL database
zmilan
authored and
mehcode
committed
3edf84a
View commit details
Copy full SHA for 3edf84a
View code at this point
Browse repository at this point
Commits on Apr 17, 2020
Changes PKs in realworld postgres to `SERIAL`
Show description for 841d9a7
sgg
authored and
mehcode
committed
841d9a7
View commit details
Copy full SHA for 841d9a7
View code at this point
Browse repository at this point
Runs rustfmt across realworld
sgg
authored and
mehcode
committed
9fb523d
View commit details
Copy full SHA for 9fb523d
View code at this point
Browse repository at this point
Finishes realworld example implementation
Show description for 8138a26
sgg
authored and
mehcode
committed
8138a26
View commit details
Copy full SHA for 8138a26
View code at this point
Browse repository at this point
Refactors `realworld` example with multi DB support
Show description for 7038dd8
sgg
authored and
mehcode
committed
7038dd8
View commit details
Copy full SHA for 7038dd8
View code at this point
Browse repository at this point
Commits on Apr 2, 2020
Adds new Github Action to build examples
reidswan
committed
42ff560
View commit details
Copy full SHA for 42ff560
View code at this point
Browse repository at this point
Commits on Mar 31, 2020
Add comment regarding booleans in MySQL
Ace4896
committed
38e630d
View commit details
Copy full SHA for 38e630d
View code at this point
Browse repository at this point
Fix formatting in SQLite example
Ace4896
committed
89c9b05
View commit details
Copy full SHA for 89c9b05
View code at this point
Browse repository at this point
Use != 0 instead of > 0
Ace4896
committed
8d454c4
View commit details
Copy full SHA for 8d454c4
View code at this point
Browse repository at this point
Clone TODOs example for MySQL
Ace4896
committed
f4e4836
View commit details
Copy full SHA for f4e4836
View code at this point
Browse repository at this point
Clone TODOs example for SQLite
Show description for 79a5e5e
Ace4896
committed
79a5e5e
View commit details
Copy full SHA for 79a5e5e
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
Restructure examples folder
Ace4896
committed
501ed88
View commit details
Copy full SHA for 501ed88
View code at this point
Browse repository at this point
Commits on Mar 28, 2020
realworld: remove usge of &mut Pool as its no longer needed
mehcode
committed
db66163
View commit details
Copy full SHA for db66163
View code at this point
Browse repository at this point
Commits on Mar 17, 2020
listen: merge PgListener and PgPoolListener; allow PgListener to be used as an Executor; allow channels to be adjusted at run-time
mehcode
committed
e99e80c
View commit details
Copy full SHA for e99e80c
View code at this point
Browse repository at this point
listen: prefix example with sqlx-example-
mehcode
committed
dc8e36c
View commit details
Copy full SHA for dc8e36c
View code at this point
Browse repository at this point
Commits on Mar 15, 2020
update postgres/listen.rs for internal changes
mehcode
committed
4419aea
View commit details
Copy full SHA for 4419aea
View code at this point
Browse repository at this point
Rename new example to match current nomenclature.
thedodd
authored and
mehcode
committed
75a7639
View commit details
Copy full SHA for 75a7639
View code at this point
Browse repository at this point
Added demo program to show use of LISTEN/NOTIFY.
thedodd
authored and
mehcode
committed
ae7e15c
View commit details
Copy full SHA for ae7e15c
View code at this point
Browse repository at this point
Commits on Mar 11, 2020
postgres: use RawValue in Decode and implement row-returning simple queries
mehcode
committed
433aab1
View commit details
Copy full SHA for 433aab1
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
Commits on Feb 1, 2020
Updated the README example with acquire connection (#99)
Show description for 745c5c3
nkconnor
authored
745c5c3
View commit details
Copy full SHA for 745c5c3
View code at this point
Browse repository at this point
Merge pull request #90 from xcthulhu/master
Show description for bdfea1a
mehcode
authored
bdfea1a
View commit details
Copy full SHA for bdfea1a
View code at this point
Browse repository at this point
Commits on Jan 28, 2020
Make "done" attribute not null
Ace4896
committed
cc7ef14
View commit details
Copy full SHA for cc7ef14
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.