Pārlūkot izejas kodu

Add note about virtual columns for the future

Kirk Trombley 4 gadi atpakaļ
vecāks
revīzija
b2fbacdc0a
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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, \