Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Implement database source and database merging functionalities #35

Copy link
Copy link

Description

@mf366-dev
Issue body actions

One of the features that are new to v3.0.0 is the Database Merging, or, in other words, playing with multiple databases enabled!

That features needs to be implemented, as well as the Database Source(s) for said merge.

I don't know yet how I'm going to do this, because INI is not known exactly for its array support, but I have some tricks up my sleeve.

What if... under the Database section in the settings file, we just started numbering?

Like this:

[Database]
1 = "url to db"
2 = "url to db"
; etc etc
; up until as many as necessary
; and then still under the same section
Merge = "1-9" ; range is supported
Merge = "1,2" ; selection is supported
Merge = "1" ; single selection is supported (does not merge)
Merge = "all" ; all merged
Merge = "0" ; official database is set to index 0

As for coding the merge and merging SQLite databases, ... we still got time to think of that 💀

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

EnhancementNew feature or requestNew feature or request

Projects

Status
Todo
Show more project fields

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.