KBlueLeaf commited on
Commit
9801434
1 Parent(s): 85763d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -47,6 +47,10 @@ The basic idea is to use 2 unique symbol for start/end of the number. And use 36
47
  I use $xxx# format, so when you want to utilize the FTS table to search tag_list, use $<36-base number# to find if the tag is in the tag-list.
48
 
49
 
 
 
 
 
50
  #### Utils
51
  if you think above details are too complicated, just use the db_utils.py and other PeeWee API to utilize this database.
52
  I also provide a write_csv.py for exporting whole dataset into csv for data analysis.
 
47
  I use $xxx# format, so when you want to utilize the FTS table to search tag_list, use $<36-base number# to find if the tag is in the tag-list.
48
 
49
 
50
+ ## Profiling
51
+ A test script for showing why I use FTS.
52
+
53
+
54
  #### Utils
55
  if you think above details are too complicated, just use the db_utils.py and other PeeWee API to utilize this database.
56
  I also provide a write_csv.py for exporting whole dataset into csv for data analysis.