ended3월 25일· 1 sources

# Setting Up PostgreSQL Locally and Connecting It to My Project (Beginner Journey)

PostgreSQL 로컬 설치부터 프로젝트 연동까지 (입문자 학습 기록)

Why it matters

A beginner developer documents their process of setting up PostgreSQL locally, connecting it to a Python project using psycopg2 and environment variables, and migrating from SQLite to PostgreSQL. The post covers creating a database, managing credentials via .env files, executing a DDL schema with tables for a social media project, and key syntax differences between SQLite and PostgreSQL such as AUTOINCREMENT vs SERIAL.

1
Sources
+0
24h
Growth
173d
Active
PostgreSQLpsycopg2환경 변수SQLite 마이그레이션데이터베이스 스키마

Sources

Related Issues