Skip to content

feat!: _async() twin support for methods that actually reach the database - #11

Closed
robinvandernoord wants to merge 29 commits into
masterfrom
feature/investigate-async
Closed

feat!: _async() twin support for methods that actually reach the database#11
robinvandernoord wants to merge 29 commits into
masterfrom
feature/investigate-async

Conversation

@robinvandernoord

Copy link
Copy Markdown
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

@robinvandernoord robinvandernoord changed the title feature/investigate async feat!: _async() twin support for methods that actually reach the database Aug 15, 2026
@robinvandernoord

Copy link
Copy Markdown
Member Author

#12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant