SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Static Public Attributes | Properties | List of all members
PiCon.SQL.DatabaseSettings Class Reference

Static Public Attributes

static string databaseName = "ScoreBoardDataBase"
 The database schema name More...
 
static string username = "ScoreBoard"
 The username to use to connect to the SQL database. More...
 
static string password = "SBdb-2025GZ"
 The password to use to connect to the MySQL database. More...
 
static string server = "localhost"
 The URL (IP of FilePath) where the database is stored. More...
 
static DatabaseType databaseType = DatabaseType.MariaDB
 The type of the database (MariaDb, SQLite, mySQL) More...
 

Properties

static string dbConnectionString [get]
 The connection string to the database.
More...
 

Member Data Documentation

◆ databaseName

string PiCon.SQL.DatabaseSettings.databaseName = "ScoreBoardDataBase"
static

The database schema name

◆ databaseType

DatabaseType PiCon.SQL.DatabaseSettings.databaseType = DatabaseType.MariaDB
static

The type of the database (MariaDb, SQLite, mySQL)

◆ password

string PiCon.SQL.DatabaseSettings.password = "SBdb-2025GZ"
static

The password to use to connect to the MySQL database.

◆ server

string PiCon.SQL.DatabaseSettings.server = "localhost"
static

The URL (IP of FilePath) where the database is stored.

◆ username

string PiCon.SQL.DatabaseSettings.username = "ScoreBoard"
static

The username to use to connect to the SQL database.

Property Documentation

◆ dbConnectionString

string PiCon.SQL.DatabaseSettings.dbConnectionString
staticget

The connection string to the database.


The documentation for this class was generated from the following file: