
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
A high-performance, generic CRUD operations package combining SQLAlchemy async ORM with Redis caching. Features type-safe CRUD operations, automatic cache invalidation, pagination support, and Pydantic integration for schema validation. Ideal for FastAPI backends and read-heavy applications requiring optimized database access.
Follow DRY principles and keep your code DRY with FlashDB
FlashDB is a high-performance, generic CRUD operations package combining SQLAlchemy async ORM with Redis caching.
⚡ FlashDB is designed with FastAPI (Fastest Python Web Framework) in mind, providing optimal support for asynchronous operations, dependency injection, and Pydantic-based validation.
However, FlashDB is framework-agnostic — you can use it with any Python async environment (such as plain asyncio, Quart, Starlette, etc.), as long as you're using SQLAlchemy's async ORM.
Whether you're building REST APIs, microservices, or internal tooling, FlashDB can boost your productivity with clean and reusable CRUD operations. 💡
You only need to ensure Python version compatibility. All other dependencies will be installed automatically with FlashDB.
First create a virtual environment and activate it
(if not already done and it's a good practice to keep your dependencies in a virtual environment) :
uv venv
source .venv/bin/activate
Install FlashDB:
uv pip install flashdb
Create a virtual environment and activate it:
python3 -m venv venv
source venv/bin/activate
Install FlashDB:
pip install flashdb
Now you are ready to use FlashDB! 🤩
Click here to see a complete example
FAQs
A high-performance, generic CRUD operations package combining SQLAlchemy async ORM with Redis caching. Features type-safe CRUD operations, automatic cache invalidation, pagination support, and Pydantic integration for schema validation. Ideal for FastAPI backends and read-heavy applications requiring optimized database access.
We found that flashdb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.