https://github.com/rkschroeder/practicalsql
In this repository, I will add my studies on the book "Practical SQL" using SQLite, PostgreSQL and Python.
https://github.com/rkschroeder/practicalsql
postgreesql python sqlite
Last synced: about 2 months ago
JSON representation
In this repository, I will add my studies on the book "Practical SQL" using SQLite, PostgreSQL and Python.
- Host: GitHub
- URL: https://github.com/rkschroeder/practicalsql
- Owner: rkschroeder
- Created: 2025-01-13T08:16:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T14:03:46.000Z (over 1 year ago)
- Last Synced: 2025-03-04T16:47:22.305Z (over 1 year ago)
- Topics: postgreesql, python, sqlite
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PracticalSQL
In this repository, I will add my studies on the book "Practical SQL" using SQLite, PostgreSQL and Python.
I will start from the chapter 2 because the chapter 1 is only about setting up the code environment.