Skip to content

Commit 1371aac

Browse files
committed
2 parents f206017 + c2de2ee commit 1371aac

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/pandas-sqlalchemy@2x.jpg

420 KB
Loading

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![GitHub Stars](https://img.shields.io/github/stars/hackersandslackers/pandas-sqlalchemy-tutorial.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a)](https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial/stargazers)
1010
[![GitHub Forks](https://img.shields.io/github/forks/hackersandslackers/pandas-sqlalchemy-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b)](https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial/network)
1111

12-
![Pandas SQLAlchemy Tutorial](https://res-5.cloudinary.com/hackers/image/upload/q_auto:best/v1/2019/12/pandas-sqlalchemy-databases%402x.jpg)
12+
![Pandas SQLAlchemy Tutorial](https://github.com/hackersandslackers/pandas-sqlalchemy-tutorial/blob/master/.github/pandas-sqlalchemy@2x.jpg?raw=true)
1313

1414
Easily drop data into Pandas from a SQL database, or upload your DataFrames to a SQL table. Tutorial found here: https://hackersandslackers.com/connecting-pandas-to-a-sql-database-with-sqlalchemy/
1515

@@ -41,9 +41,10 @@ $ python3 main.py
4141

4242
Replace the values in **.env.example** with your values and rename this file to **.env**:
4343

44-
* `SQLALCHEMY_DATABASE_URI`:Connection URI of a SQL database.
44+
* `SQLALCHEMY_DATABASE_URI`: Connection URI of a SQL database.
45+
46+
*Remember never to commit secrets saved in .env files to Github.*
4547

46-
*Remember to never commit secrets saved in .env files to Github.*
4748
------------------
4849

49-
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.
50+
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.

0 commit comments

Comments
 (0)