SQLite

SQLite

https://en.wikipedia.org/wiki/SQLitehtml

SQLite (/ˌɛsˌkjuːˌɛlˈlt/,[4] /ˈskwəl.lt/[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/

相关文章
相关标签/搜索