8 lines
329 B
Python
8 lines
329 B
Python
'''
|
|
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
|
|
''' |