note du jour

This commit is contained in:
Tenzing Kandang 2026-02-10 16:46:21 +01:00
parent 30ef97d2b9
commit 697a67e11a

15
2026-02-10.md Normal file
View File

@ -0,0 +1,15 @@
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