Skip to content

kamitechie/dogyard_project_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dogyard project DataBase

1. Database phase

Create database step-by-step:

  1. Create database in PostgresSQL
  2. Create file database.ini

Example:

[postgresql]
host=localhost
dbname=my_data
user=postgres
password=your_password
port=5432

  1. Run file create_table.py
  2. Run file insert_data.py

Database is done.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages