본문 바로가기
카테고리 없음

SQLite 공부할 수 있는 곳

by 남녀칠세부동산! 2024. 4. 24.

1. SQL

https://www.w3schools.com/sql/default.asp

 

SQL Tutorial

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com

 

2. Flask의 SQLite3

https://flask-docs-kr.readthedocs.io/ko/latest/patterns/sqlite3.html

 

Flask에서 SQLite 3 사용하기 — Flask 0.11-dev documentation

여러분은 Flask에서 필요할 때 데이타베이스 연결을 열고 문맥이 끝났을 때 (보통 요청이 끝에서) 연결을 닫는 것을 쉽게 구현할 수 있다: 데이타베이스를 지금 사용하기 위해서 어플리케이션에

flask-docs-kr.readthedocs.io

 

3. SQLite3로 가볍게 배우는 데이터베이스: SQL 기초 실습

https://wikidocs.net/book/1530

 

SQLite3로 가볍게 배우는 데이터베이스: SQL 기초 실습

까다로운 설치와 설정이 필요 없는 SQLite로 관계형 데이터베이스와 SQL의 기초를 빠르게 익혀봅시다. ### 대상 독자 * 엑셀 외의 방법으로 데이터를 다뤄보고 싶…

wikidocs.net

 

4.

https://flask-sqlalchemy.palletsprojects.com/en/2.x/quickstart/

 

Quickstart — Flask-SQLAlchemy Documentation (2.x)

Quickstart Flask-SQLAlchemy is fun to use, incredibly easy for basic applications, and readily extends for larger applications. For the complete guide, checkout the API documentation on the SQLAlchemy class. Installation Install and update using pip: $ pip

flask-sqlalchemy.palletsprojects.com