Synclets logoSynclets

DatabaseMetaOptions

The DatabaseMetaOptions type configures the table and column names used for metadata storage in a database.

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

Since

v0.0.0