https://en.wikipedia.org/wiki/SQLitehtml
SQLite (/ˌɛsˌkjuːˌɛlˈlaɪt/,[4] /ˈsiːkwəl.laɪt/[5]) is a relational database management system contained in a C programming library. In contrast to many other database management systems, SQLite is not a client–server database engine. Rather, it is embedded into the end program. sql
http://www.runoob.com/sqlite/sqlite-tutorial.html數據庫
SQLite 是一個軟件庫,實現了自給自足的、無服務器的、零配置的、事務性的 SQL 數據庫引擎。SQLite 是在世界上最普遍部署的 SQL 數據庫引擎。SQLite 源代碼不受版權限制。服務器
小巧玲瓏,又不失關係數據庫的功能, 使得其成爲一個部署普遍的嵌入式數據庫, 能夠嵌入到任何一個應用程序中使用。ide
https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/001432010494717e1db78cd172e4d52b853e7fd38d6985c000工具
SQLite是一種嵌入式數據庫,它的數據庫就是一個文件。因爲SQLite自己是C寫的,並且體積很小,因此,常常被集成到各類應用程序中,甚至在iOS和Android的App中均可以集成。spa
Python就內置了SQLite3,因此,在Python中使用SQLite,不須要安裝任何東西,直接使用。.net
DJango內置的演示數據庫,或者開發狀況下使用的數據庫,就是使用這個軟件。server
此網頁推薦5個sqlite
https://www.oschina.net/news/43608/5-popular-and-free-sqlite-management-tools
親自嘗試, 使用SQLite Administrator挺好用的。下載以後,綠色直接可用。
https://sqliteadmin.orbmu2k.de/
支持csv文件在導入到表格中。
Features:
- Create / Modify / Delete Tables by Wizard
- Create / Modify / Delete Indices by Wizard
- Create / Modify / Delete Views by Wizard
- Create / Modify / Delete Triggers by Wizard
- SQL Code Completion that supports table aliases
- SQL Code Highlighting
- SQL Error Locating
- Import Data from CSV Files
- Export Data ( XLS / CSV / HTML / XML )
- Store User Queries into Database
- Search for User Queries
- Store Images into Blob Fields ( JPG / BMP )
- Show SQL of each Database Item
- Migrate SQLite2 Databases to SQLite3
- Try to keep Indices and Triggers after modifying a Table
另外一個工具:
https://sqlitebrowser.org/blog/version-3-11-2-released/