Browse Source

Add note about virtual columns for the future

Kirk Trombley 4 years ago
parent
commit
b2fbacdc0a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/rollbot/injection/data.py

+ 1 - 0
lib/rollbot/injection/data.py

@@ -38,6 +38,7 @@ class DataStore(Generic[DataType]):
         ).strip("_")
 
     async def _setup(self):
+        # TODO virtual columns with indexes for certain types?
         await self.connection.execute(
             f'CREATE TABLE IF NOT EXISTS {self.table_name} ( \
                 key TEXT NOT NULL PRIMARY KEY, \