Setup
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
host | string | "localhost" | MySQL host |
port | number | 3306 | MySQL port |
user | string | "root" | Username |
password | string | "" | Password |
database | string | "radaros" | Database name |
connectionString | string | — | Full connection string |
tableName | string | "kv_store" | Table name |
(namespace VARCHAR(255), key VARCHAR(255), value JSON, PRIMARY KEY(namespace, key)).