implemented ClientCLI DB queries

This commit is contained in:
2025-12-23 00:27:02 +05:00
parent d461cae077
commit e2edd4070a
12 changed files with 245 additions and 62 deletions

View File

@@ -13,7 +13,9 @@ id = 1
description = "a text channel"
[database]
path = 'server-db/server.sqlite'
path = 'tcp-chat-server/server.sqlite'
# on windows use backslashes
# path = 'tcp-chat-server\server.sqlite'
[keys]
rsa_private_key = '<generate with './tcp-chat --rsa-gen-random'>'