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.