You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is an API designed to seamlessly fetch data from an Excel sheet and store it in a MySQL database. It comprises a robust backend implemented in Java Spring Boot and a dynamic frontend built with Angular. the system incorporates JSON Web Tokens (JWT) for secure authentication, ensuring that only authorized administrator
The database management system for the "QLKS" project includes: user authorization; backup & restore data; procedures, functions & cursors to control data;...
Copies every row from a PostgreSQL database into a MySQL/MariaDB database that has the same Prisma schema. Built to migrate your project off Postgres, but the approach is generic: drop in any Prisma schema, split it into a postgresql source and a mysql target, and this script will move the data.