Skip to content

Feature: Custom DB #7

@cancabron

Description

@cancabron

Idea: Select the table and columns that you want to use in the SQL.

For example:

mysql:
host: localhost
port: 3306
database: Points
table: Players #New option
id_column: user_id #New option
player_column: username #New option
points_column: points #New option
user: root
password: XXXX
import:
use: false
source: YAML

Greetings!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions