This repository contains my Python learning practice. During this initial phase, I focused on understanding Python basics and core programming logic. All practice code is currently written in a single ...
Extracts full database structure (DDL) from PostgreSQL and organizes it into a clean folder structure for Git version control. myproject/ ├── back/ ├── front/ ├── extract-db/ ← this tool │ ├── src/ │ ...