diff options
-rw-r--r-- | feature/list | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/feature/list b/feature/list index c16b4df..532e410 100644 --- a/feature/list +++ b/feature/list @@ -1,3 +1,10 @@ +! Ability to define index on container value + + Would be needed to implement SQLite "suggested fk index". + Also probably need to support composite value/nested member. + + Mention suggested index in SQLite limitations. + - points_to and automatic view relationships discovery - points_to and query support like for object pointers |