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

Support for multiple databases #69

Open
wants to merge 101 commits into
base: main
Choose a base branch
from
Open

Conversation

FrancoLiberali
Copy link

@FrancoLiberali FrancoLiberali commented Aug 10, 2023

This pull request adds support to badaas-orm for other sql databases: mysql, sqlite and sqlserver. This implies that the mapping of some classes depends on the database used since they do not all have the same types. It also adds documentation of which operators are not compatible for a specific database and adds support for operators that exist in a specific database.

This change only affects badaas-orm and not badaas, that is, if badaas-orm is used independently it can be used on any of these databases, but in badaas the database is always cockroachdb.

@sonarcloud
Copy link

sonarcloud bot commented Aug 23, 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 5 Code Smells

84.3% 84.3% Coverage
0.0% 0.0% Duplication

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.

1 participant