openwrt 编译支持sqlite3

 编译版本加载lib库

------------------------------Libraries-----------------------------------

Filesystem  --->         
Firewall  --->                   
Printing  --->                   
SSL  --->                                      
Sound  --->                      
database  ---> 

        < > libpq.......................................... PostgreSQL client library                    
        < > libsqlite2....................... SQLite (v2.x) database engine (library)                
        -*- libsqlite3....................... SQLite (v3.x) database engine (library)              
        < > pgsqlodbc..................................... Postgresql driver for ODBC                 
        < > tokyocabinet................... A library of routines to manage databases              
        < > unixodbc............................................ unixODBC (libraries)                       

编译版本加载sqlite3可执行程序

   +---------------------------- Utilities --------------------------------+
Boot Loaders  --->   
CPU tools  --->                   
Editors  --->                        
Filesystem  --->               
RTKLIB Suite  --->               
SSL  --->                          
Sound  --->                                  
Terminal  --->                            
backup  --->                                
compression  --->                    
database  --->                                                                          

        < > sqlite2-cli.......................... SQLite (v2.x) database engine (cli)                                         | |  
        <*> sqlite3-cli.......................... SQLite (v3.x) database engine (cli)                                        | |  
        < > unixodbc-tools............................................ unixODBC Tools   

原文地址:https://www.cnblogs.com/mingyunrangwozoudaoxianzai/p/11001896.html