Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@shortishly
Copy link
Contributor

@shortishly shortishly commented Jul 29, 2025

  • libsql
  • turso

breaking schema change of "transaction" is now "txn" in txn_detail
@shortishly shortishly linked an issue Jul 29, 2025 that may be closed by this pull request
@shortishly shortishly self-assigned this Jul 29, 2025
The commit makes storage backends (dynostore, postgres, libsql) optional
via features while maintaining backwards compatibility via default
features. This allows deploying with only the needed storage providers.

The changes include:

- Make storage providers feature-gated
- Update CI to test with all features
- Fix compiler errors from feature gates
- Update Docker build to include common features
split out dynostore, libsql, postgres and turso as separate storage
engine features
The commit updates column names in the database schema to use the more
explicit "transaction" instead of the abbreviation "txn". It also
removes STRICT constraints and redundant SQL files.
@shortishly shortishly merged commit 60b548e into main Aug 29, 2025
31 checks passed
@shortishly shortishly deleted the 361-turso-support branch August 29, 2025 21:45
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.

Turso support

2 participants