Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork29
🧪🔬 Use SQLAlchemy to connect, query, and interact with relational databases.
hackersandslackers/sqlalchemy-tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains the source code for a four-part tutorial series on SQLAlchemy:
- Databases in Python Made Easy with SQLAlchemy
- Implement an ORM with SQLAlchemy
- Relationships in SQLAlchemy Data Models
- Constructing Database Queries with SQLAlchemy
Get set up locally in two steps:
Replace the values in.env.example with your values and rename this file to.env:
DATABASE_USERNAME
: Username for a SQL database.DATABASE_PASSWORD
: Corresponding password for the above SQL database user.DATABASE_HOST
: Host of the SQL database.DATABASE_PORT
: Numerical port of the SQL database.DATABASE_TABLE
: Name of the SQL database table.DATABASE_CERT_FILE
(optional): Path to SSL certificate file for database.
Remember never to commit secrets saved in .env files to Github.
Get up and running withmake run
:
git clone https://github.com/hackersandslackers/sqlalchemy-tutorial.gitcd sqlalchemy-tutorialmake run
Hackers and Slackers tutorials are free of charge. If you found this tutorial helpful, asmall donation would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.
About
🧪🔬 Use SQLAlchemy to connect, query, and interact with relational databases.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.