https://github.com/justmars/pylts
Pydantic wrapper around litestream for AWS buckets
https://github.com/justmars/pylts
litestream pydantic sqlite
Last synced: 3 months ago
JSON representation
Pydantic wrapper around litestream for AWS buckets
- Host: GitHub
- URL: https://github.com/justmars/pylts
- Owner: justmars
- Created: 2023-02-10T12:09:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T05:29:14.000Z (about 2 years ago)
- Last Synced: 2025-02-16T01:47:53.501Z (4 months ago)
- Topics: litestream, pydantic, sqlite
- Language: Python
- Homepage: https://mv3.dev/pylts
- Size: 817 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pylts

Pydantic wrapper around litestreamed database specific to an AWS bucket.
## Development
See [documentation](https://mv3.dev/pylts).
1. Run `poetry install`
2. Run `poetry update`
3. Run `pytest`