Skip to content

Conversation

natsurainko
Copy link
Contributor

@natsurainko natsurainko commented May 6, 2025

PR-Codex overview

This PR introduces the option to use SQLite as a database provider in the ConnectX.Server application, allowing for more flexible database management.

Detailed summary

  • In appsettings.json, added "UseSqlite": false to configuration.
  • In ConnectX.Server.csproj, added a package reference for Microsoft.EntityFrameworkCore.Sqlite.
  • In Program.cs, implemented logic to choose between SQLite and SQL Server based on the configuration value.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@laolarou726 laolarou726 merged commit 8996a3a into Corona-Studio:main May 6, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants