proiect finalizat

This commit is contained in:
andrei-mihnea-cerbu
2024-01-13 12:59:19 +02:00
parent 54542da299
commit 67b7a241d7
53 changed files with 321 additions and 19 deletions
@@ -0,0 +1,8 @@
'''
The 'queries' package contains functions which are used by the API to execute database operations. This package contains
implementations for 'messages' and 'users' requirements. The list of the functions is:
- create_conversation_db()
- find_conversation_db()
- get_conversation_url_db()
- send_message_db
'''