Add status bar for displaying database connection.

This commit is contained in:
luxick
2018-03-01 19:35:48 +01:00
parent 56ce7205c1
commit a78c20f078
3 changed files with 684 additions and 606 deletions

View File

@@ -10,6 +10,7 @@ DEFAULT_CONFIG = {
'auto_connect': False,
'sql_connections': [{
'host': 'localhost',
'port': 3306,
'db_name': 'dsst',
'user': 'dsst',
'password': 'dsst'}