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

refactor: use "DB" instead of "backend" in names #71

Merged

Conversation

ARR4N
Copy link
Collaborator

@ARR4N ARR4N commented Nov 14, 2024

Why this should be merged

Idea in response to #70 (comment)

How this works

Uses the term "DB" instead of "backend" in most places as the concept of a backend is internal to all other code. This gives consistency to the API, particularly Config. The only place I left the term "backend" is in the definition of type BackendDB to avoid there being two top-level types Database and DB, which is confusing.

How this was tested

n/a

@ARR4N ARR4N merged commit 7a62eb6 into arr4n/triedb-backend-override Nov 14, 2024
@ARR4N ARR4N deleted the arr4n/idea-triedb-backend-override-rename branch November 14, 2024 16:50
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