Skip to content

Clarify table creation properties vs update TTL in docs #15

@Raynos

Description

@Raynos

When reading the README its not obvious to me that I cannot configure TTL in the CreateTable() method.

It would be useful to clarify in updateTTL() that

  • It should be done once after calling db.create(tableName, ...)
  • It cannot be done in create() because updating TTL is a seperate method, documenting that will reduce confusion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsAn issue, task, or discussion related to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions