marvin-me / reXporting

0 stars 0 forks source link

Implement connection to UserDB #13

Closed marvin-me closed 2 weeks ago

marvin-me commented 1 month ago

Implement a single UserDB connection with a mssql server. At the beginning, the ConnectionString could be set via EnviromentVariables.

marvin-me commented 3 weeks ago

PR #16 Add UserDatabase Namespace and core logic to connect to generic Databases.

Use the Database class: new Database(new SqlServerDataProvider(new SqlServerDataContext("ConnectionString")))