Skip to content

Commit 5a7e04c

Browse files
authored
docs: Sqlite
1 parent 9e65a35 commit 5a7e04c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Storage/Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ For MySql use the following:
3030
"PersistenceProvider": "MySql"
3131
"ConnectionString": "Server=YOURSERVER;User ID=YOURUSERID;Password=YOURPASSWORD;Database=YOURDATABASE"
3232
```
33+
34+
## Considerations
35+
For most people a Sqlite database might be the best choice between convienence and ease of setup. As it runs "in-process" there are no additional dependencies or setup required (and therefore no additional cost). As the blog tries to cache many things, the load onto the database is not that big (performance considerations). The advantages of a "real" database like SqlServer or MySql are more in the realm of backups, replication, and other enterprise features (which are not needed often times for a simple blog).

0 commit comments

Comments
 (0)