There are 16 repositories under sqlalchemy-python topic.
Generate CRUD methods in FastApi from an SQLAlchemy schema
Futurama inspired REST and GraphQL API, blending characters exploration with real-time updates. Tech playground featuring FastAPI, Docker, and more!
FastAPI + SQLModel App Boilerplate
Flask restful service consists of register, login, logout, reset password and some data routes. It includes a few example routes based on user, admin, or super admin access.
🧪🔬 Use SQLAlchemy to connect, query, and interact with relational databases.
This is a telegram bot that creates a user bot for each user. The user bot allows you to use custom animations in any chat. Animations are divided into paid and free
This article will teach you how to create a CRUD RESTful API with Python, FastAPI, SQLAlchemy ORM, Pydantic, Alembic, PostgreSQL, and Docker-compose to perform the basic Create/Read/Update/Delete operations against a database.
A simple REST API made using FastAPI and SQLAlchemy for the 2CC Session on FastAPI by DSC VIT Vellore. It has now been turned into a template and is a great place for beginners to get started!
Define SQLAlchemy models using the OpenAPI specification.
MCP-enabled AI conversation engine with MCTS analysis, FastAPI backend, and async operations for building advanced LLM applications
A Resume builder which allows users to build their own custom resumes with details like experience,projects , skills ,education etc. Users can also have the feature to download their resumes . To contribute send PR at development branch from where it will be merged in master once checked.
This repo contains my study notes and a list of some of the most important Cheat Sheets you will need for your programming journey.
Discord verification bot designed for postsecondary institutions. Fully modular and configurable.
An anime themed telegram group management bot based on sqlalchemy database running on python3.
Quart SQLAlchemy
Product scraping from Walmart Canada website, with further cleaning and integration of data from a different store.
Source code of SQLAlchemy tutorial
ReactJS + Flask + Docker (+K8S) boilerplate using an LDAP and token-based authentication.
Python DSL to leverage translation of dictionaries and SQLAlchemy into Protobuf objects.
SQLAlchemy Seeder
A collection of Python design patterns implementations and examples, featuring repository, service, and unit-of-work patterns with SQLAlchemy ORM integration.
Exploring advanced prompting tools to query SQL database with multiple tables in natural language using LLMs
一款基于SQLAlchemy生成models和controller层的代码生成器;controller层实现了基于实体的简单增删改查操作;
FastAPI Microservices Architecture SDK - As Basis for multiple services in a platform/system
EA FC Ultimate Team players card fetcher
This is an example of microservices using Python Flask
A web application built with Flask and meant to simulate a real-world result management system
How To Test Database Transactions With Pytest And SQLModel
Framework-agnostic SQLAlchemy bind manager and repository pattern implementation
This repository offers boilerplate code for initiating a UV-managed, Dockerized FastAPI-PostgreSQL-SQLAlchemy-Alembic project. It includes a pre-commit framework configured with mypy and ruff to ensure consistent code formatting and strict typing
In this repo I would like to show 4 strategies of concurrency control for writing data using Python SQLAlchemy ORM and PostgresSQL (however this examples could be easily transformed to plain SQL).
Bookstore Stock Manager is Flask & SQLAlchemy based REST API designed to import books from Google Books API. Books database can ba managed with standard CRUD operations. API accepts and returns data in JSON format. App was deployed with Heroku.