advanced-alchemy icon indicating copy to clipboard operation
advanced-alchemy copied to clipboard

feat(litestar): server side session backend

Open cofin opened this issue 7 months ago • 3 comments
trafficstars

Implements a server side session backend using SQLAlchemy. Works with an Async or Sync configuration.

cofin avatar Apr 05 '25 19:04 cofin

Codecov Report

:x: Patch coverage is 85.39554% with 72 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 78.61%. Comparing base (07ed2cc) to head (e0b22c6).

Files with missing lines Patch % Lines
advanced_alchemy/extensions/litestar/store.py 81.95% 33 Missing and 15 partials :warning:
advanced_alchemy/extensions/litestar/session.py 88.83% 20 Missing and 4 partials :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #429      +/-   ##
==========================================
- Coverage   88.35%   78.61%   -9.75%     
==========================================
  Files          84       86       +2     
  Lines        5661     6149     +488     
  Branches      728      771      +43     
==========================================
- Hits         5002     4834     -168     
- Misses        441     1068     +627     
- Partials      218      247      +29     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar Apr 05 '25 20:04 codecov-commenter

Documentation preview will be available shortly at https://litestar-org.github.io/advanced-alchemy-docs-preview/429

github-actions[bot] avatar Aug 14 '25 02:08 github-actions[bot]