https://github.com/pamelafox/sqlalchemy-sqlite-playground
https://github.com/pamelafox/sqlalchemy-sqlite-playground
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pamelafox/sqlalchemy-sqlite-playground
- Owner: pamelafox
- Created: 2023-04-21T14:31:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T07:02:53.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T18:29:45.314Z (over 1 year ago)
- Language: Python
- Size: 135 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-devcontainers - SQLAlchemy SQLIte Playground
README
Start with this repository if you want to use the Python SQLAlchemy package to interact with a SQLite database
as well as the SQLTools VS Code extension as a visual UI for that database.
The `example.py` file already contains example SQLAlchemy 2.0 code, but you can replace that with your own code.