Synclets logoSynclets

DatabaseDataOptions

The DatabaseDataOptions type configures the table and column names used for data storage in a database.

{
  table?: string;
  addressColumn?: string;
  atomColumn?: string;
}
TypeDescription
table?string
addressColumn?string
atomColumn?string

Since

v0.0.0