Skip to content

This project is an example of SQLAlchemy in Python. Releasing this code for people to learn basics of SQLAlchemy.

License

Notifications You must be signed in to change notification settings

bclasky1539/sqlalchemy_orm_cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python sqlalchemy project

This project is an example of SQLAlchemy in Python. Releasing this code for people to learn basics of SQLAlchemy.

Project Setup

Currently, this project is set to use PostgreSQL as the database. To set up your PostgreSQL environment please do the following

  1. Copy the .env_template file to .env
  2. Enter the environment information for below:
    1. username
    2. password
    3. host
    4. port
    5. database
    6. schema_name
  3. Make sure the .env file is not added/committed to the remote repository.

If one chooses to use the public schema in PostgreSQL or a different database entirely, then the necessary changes are needed in the main.py file.

Issues

If you notice any problems with running this, please open an issue.

About

This project is an example of SQLAlchemy in Python. Releasing this code for people to learn basics of SQLAlchemy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages