16 lines
441 B
Markdown
16 lines
441 B
Markdown
ORM Object Relationship Manager
|
|
Interface Utilisateur/ API
|
|
CRUD Create Read Update Delete
|
|
|
|
app.py
|
|
1- create_engine
|
|
2- create_all
|
|
3- create_session
|
|
4- create record
|
|
5- session.commit
|
|
6- session.close()
|
|
|
|
SemVer Semantic Versionning 1.1.0 premier numero version stable! puis breaking changes, deuxième numéro changement de fonctions, troisième numéro update bugs
|
|
git tag -a v0.0.1 -m "1st version"
|
|
git push --tags
|