Small. Fast. Reliable.
Choose any three.
*** 1,3 ****
--- 1,5 ----
+ == CSV Files ===
+ 
  In the following example you will import a comma-delimited csv file into your sqlite database. We create the table, designate the separator, and import the file.{linebreak}
  
  _: sqlite> create table test (id integer, datatype_id integer, level integer, meaning text);{linebreak}