AspNetCore.Docs/aspnetcore/includes/RP/sqlite.md

10 lines
583 B
Markdown
Raw Normal View History

## SQLite
The [SQLite](https://www.sqlite.org/) website states:
> SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine. SQLite is the most used database engine in the world.
2019-07-11 10:36:05 +08:00
There are many third party tools you can download to manage and view a SQLite database. The image below is from [DB Browser for SQLite](https://sqlitebrowser.org/). If you have a favorite SQLite tool, leave a comment on what you like about it.
![DB Browser for SQLite showing movie db](~/tutorials/first-mvc-app-xplat/working-with-sql/_static/dbb.png)