SQLite3 Fiddle
    
    <!-- to add a togglable terminal-style view, uncomment the following
         two lines and ensure that these files are on the web server. -->
    <!--script src="jqterm/jqterm-bundle.min.js"></script>
    <link rel="stylesheet" href="jqterm/jquery.terminal.min.css"/-->
    
  
  
    
      SQLite3 Fiddle
      Powered by
        SQLite3
    
    <!-- emscripten bits -->
    
      
      Initializing app...
      
        On a slow internet connection this may take a moment.  If this
        message displays for "a long time", intialization may have
        failed and the JavaScript console may contain clues as to why.
      
    
    Downloading...
    
        
    <!-- /emscripten bits -->
    
      This is a placeholder for a terminal-like view which is not in
      the default build.
    
    
      
        Options
        
          
            
            Side-by-side
          
          
            
            Swap in/out
          
          
            
            Auto-scroll output
          
          
            
            Auto-clear output
          
          
            
            Load DB...
          
          
            Download DB
          
          
            Reset DB
          
        
      <!-- .options -->
      
        
          
            Run
            Clear Input
            <!--button data-cmd='.help'>Help</button-->
            
          
          
-- ==================================================
-- Use ctrl-enter or shift-enter to execute sqlite3
-- shell commands and SQL.
-- If a subset of the text is currently selected,
-- only that part is executed.
-- ==================================================
.nullvalue NULL
.headers on
        
        
          
            Clear Output
            Interrupt
            <!-- interruption cannot work in the current configuration
                 because we cannot send an interrupt message when work
                 is currently underway. At that point the Worker is
                 tied up and will not receive the message. -->
          
          
        
      
     <!-- #view-split -->