A simple console application demonstrating how to use Hibernate and JPA to save Java objects to a MySQL database. This project is a beginner-friendly example of basic Object-Relational Mapping (ORM).
This project demonstrates a simple CRUD API using FastAPI, SQLAlchemy (ORM), and MySQL. It allows creating, reading all users,reading single users using id, updating, and deleting users.