Add models based on Db tables

This commit is contained in:
2025-06-06 12:19:14 +03:30
parent 86ca58481f
commit e9a6789dfa
10 changed files with 381 additions and 1 deletions
@@ -5,7 +5,7 @@ import java.sql.DriverManager;
import java.sql.SQLException;
public class ConnectionDb {
private static final String JDBC_URL = "jdbc:postgresql://localhost:5432/Telegramdb";
private static final String JDBC_URL = "jdbc:postgresql://localhost:5432/Telegram";
private static final String USERNAME = "postgres";
private static final String PASSWORD = "Partow@1384";