Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linq2db #102

Merged
merged 6 commits into from
Jan 20, 2023
Merged

Linq2db #102

merged 6 commits into from
Jan 20, 2023

Conversation

snixtho
Copy link
Member

@snixtho snixtho commented Jan 20, 2023

This pull request generally fixes all the issues we have had with databases, including #101. This is done by removing everything related to RepoDB and SqlKata, and implementing the LINQ to DB library, which contains all the features we need.

linq2db documentation can be found here: https://linq2db.github.io/

@snixtho snixtho linked an issue Jan 20, 2023 that may be closed by this pull request
@AtomicLiquid AtomicLiquid added the database Issues related to the database system. label Jan 20, 2023
@AtomicLiquid AtomicLiquid self-requested a review January 20, 2023 10:05
@sonarcloud
Copy link

sonarcloud bot commented Jan 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@snixtho snixtho merged commit c353c98 into master Jan 20, 2023
@snixtho snixtho deleted the linq2db branch January 23, 2023 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Issues related to the database system.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

ORM support for JOIN queries
2 participants