feat!: _async() twin support for methods that actually reach the database - #11
Closed
robinvandernoord wants to merge 29 commits into
Closed
feat!: _async() twin support for methods that actually reach the database#11robinvandernoord wants to merge 29 commits into
robinvandernoord wants to merge 29 commits into
Conversation
robinvandernoord
commented
Aug 15, 2026
Member
- feat(async): add asynchronous execution scaffolding
- chore(docs): reformat Python examples
- feat(async): add async query execution for SQLite and Postgres
- feat(async): implement async CRUD and query execution
- test: add tests for the remaining async stubs
- feat(async): implement remaining async query and table operations
- test(async): expand async execution parity and defect coverage
- chore(testing): configure source-only coverage
- fix(async): serialize SQLite execution and align async operations with pydal
- chore(typing): configure ty and tighten project annotations
- test: get rid of monkeypatch.setattr slop
- refactor(async-execution): extract async pool lifecycle into manager
- refactor(typescript): simplify registry world access
- docs(typedal): remove brittle upstream line references
- test(async-execution): add regression coverage for transaction and parity issues
- fix(async): preserve transaction boundaries across async and sync paths
- fix(tables): keep async model operations non-blocking and compatible
- test(fixtures): close PostgreSQL databases after each test
- fix(async): track pending writes per task
- test(async): cover transaction isolation and pool cleanup
- docs: remove stale rfc file
+ reduce yapping in docs a bit
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.