DatabaseDataOptions
The DatabaseDataOptions type configures the table and column names used for data storage in a database.
{
table?: string;
addressColumn?: string;
atomColumn?: string;
}| Type | Description | |
|---|---|---|
table? | string | |
addressColumn? | string | |
atomColumn? | string |
Since
v0.0.0