项目作者: baccarnh

项目描述 :
database 2 tables
高级语言: Python
项目地址: git://github.com/baccarnh/conferences.git
创建时间: 2020-02-12T09:44:59Z
项目社区:https://github.com/baccarnh/conferences

开源协议:

下载


Circonstances to write this code:

As exercise for the 16th week in a python cours in ADEP.
We learning using database with default type and constaint.
create tables: two tables joined into python code.
we had to be able to connect on the database, to add, display and delete rows in tables.
we had to craay out the project with Object oriented project.
we are learning manage class and use hydratation method and magic method.

Goals acheived:

carrying out a plan of database
using Pyscopg2 library
create database into postegreSQL
create tables
connect to the database
execute CRUD
manage the project in MVC model
hydrate objects and entities via JOIN
Impove using objects and methods