Thanks to visit codestin.com
Credit goes to github.com
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
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 }}
pgjones
/
quart-db
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
42
Code
Issues
5
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 18, 2026
Remove keyword argument 'force_foreground' extension.migrate
Show description for e69e05c
SenH
authored and
pgjones
committed
e69e05c
View commit details
Copy full SHA for e69e05c
Browse repository at this point
Commits on Jan 30, 2026
Bump and release 0.12.0
pgjones
committed
0249521
View commit details
Copy full SHA for 0249521
Browse repository at this point
Reformat with the latest black
pgjones
committed
9c32976
View commit details
Copy full SHA for 9c32976
Browse repository at this point
Lock the DB, if possible, when creating the state table
Show description for 9bf20c3
pgjones
committed
9bf20c3
View commit details
Copy full SHA for 9bf20c3
Browse repository at this point
Commits on Jan 12, 2026
Bump and release 0.11.1
pgjones
committed
7bd5e43
View commit details
Copy full SHA for 7bd5e43
Browse repository at this point
Bugfix migration version when altering structure
Show description for c0f974c
pgjones
committed
c0f974c
View commit details
Copy full SHA for c0f974c
Browse repository at this point
Commits on Nov 5, 2025
Bump and release 0.11.0
pgjones
committed
ebe9cb0
View commit details
Copy full SHA for ebe9cb0
Browse repository at this point
Remove background migrations
Show description for 3c1e9b1
pgjones
committed
3c1e9b1
View commit details
Copy full SHA for 3c1e9b1
Browse repository at this point
Remove deprecated fetch_one
pgjones
committed
bfc82a2
View commit details
Copy full SHA for bfc82a2
Browse repository at this point
Fix a deprecation warning
pgjones
committed
ceb0b48
View commit details
Copy full SHA for ceb0b48
Browse repository at this point
Drop Python 3.9 and support 3.14
pgjones
committed
441f813
View commit details
Copy full SHA for 441f813
Browse repository at this point
Commits on Aug 20, 2025
Bump and release 0.10.1
pgjones
committed
19e2cd7
View commit details
Copy full SHA for 19e2cd7
Browse repository at this point
Commits on Jul 8, 2025
replace remaining instances of fetch_one with fetch_first
Show description for 67c76b4
catwell
authored and
pgjones
committed
67c76b4
View commit details
Copy full SHA for 67c76b4
Browse repository at this point
Fix workflow issues identified by Zizmor
pgjones
committed
66e1eed
View commit details
Copy full SHA for 66e1eed
Browse repository at this point
Bump and release 0.10.0
pgjones
committed
6c2c319
View commit details
Copy full SHA for 6c2c319
Browse repository at this point
Replace fetch_one with fetch_first and fetch_sole
Show description for 874a6b3
pgjones
committed
874a6b3
View commit details
Copy full SHA for 874a6b3
Browse repository at this point
Commits on Jul 7, 2025
Fix mypy issues
pgjones
committed
9460cbb
View commit details
Copy full SHA for 9460cbb
Browse repository at this point
Commits on Dec 31, 2024
Use my composite actions
Show description for c55b6ef
pgjones
committed
c55b6ef
View commit details
Copy full SHA for c55b6ef
Browse repository at this point
Commits on Dec 15, 2024
Bump and release 0.9.0
pgjones
committed
ece564a
View commit details
Copy full SHA for ece564a
Browse repository at this point
Separate the backend and test connection options
Show description for 24d625f
pgjones
committed
24d625f
View commit details
Copy full SHA for 24d625f
Browse repository at this point
Improve the documentation around migration concurrency
Show description for ba11280
pgjones
committed
ba11280
View commit details
Copy full SHA for ba11280
Browse repository at this point
Commits on Dec 14, 2024
Fix typing issues with psycopg
Show description for 4aea104
pgjones
committed
4aea104
View commit details
Copy full SHA for 4aea104
Browse repository at this point
Add support for a psycopg backend
Show description for 0856200
pgjones
committed
0856200
View commit details
Copy full SHA for 0856200
Browse repository at this point
Switch from Poetry to PDM
Show description for 5ad1d68
pgjones
committed
5ad1d68
View commit details
Copy full SHA for 5ad1d68
Browse repository at this point
Update the actions versions
pgjones
committed
4ed538b
View commit details
Copy full SHA for 4ed538b
Browse repository at this point
Update the Python versions supported
Show description for b6caa10
pgjones
committed
b6caa10
View commit details
Copy full SHA for b6caa10
Browse repository at this point
Commits on Aug 29, 2024
Bump and release 0.8.3
pgjones
committed
d099512
View commit details
Copy full SHA for d099512
Browse repository at this point
Bugfix correctly support list values (not named)
Show description for e624a9f
pgjones
committed
e624a9f
View commit details
Copy full SHA for e624a9f
Browse repository at this point
Commits on Mar 6, 2024
Bump and release 0.8.2
pgjones
committed
abd2279
View commit details
Copy full SHA for abd2279
Browse repository at this point
Bugfix ensure the value of data_loaded is kept
Show description for af86d1e
pgjones
committed
af86d1e
View commit details
Copy full SHA for af86d1e
Browse repository at this point
Commits on Feb 26, 2024
Bump and release 0.8.1
pgjones
committed
e9bf608
View commit details
Copy full SHA for e9bf608
Browse repository at this point
Bugfix background migrations should not run in a transaction
Show description for 13204e4
pgjones
committed
13204e4
View commit details
Copy full SHA for 13204e4
Browse repository at this point
Bugfix naming typo
pgjones
committed
7d93fc6
View commit details
Copy full SHA for 7d93fc6
Browse repository at this point
Commits on Feb 25, 2024
Bump and release 0.8.0
pgjones
committed
2b9031c
View commit details
Copy full SHA for 2b9031c
Browse repository at this point
Support background migrations
Show description for 60ac23e
pgjones
committed
60ac23e
View commit details
Copy full SHA for 60ac23e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.