Go and SQLite Best Practices

SQLite is amazing

Most developers already know SQLite is great. If you have not tried it, you are missing out.

SQLite is extremely fast, featureful, reliable, and easy to use. When your use case fits, you should probably pick it.

It enables very low latency applications and lets you do things that would be impractical with other databases.

For example it is often fine to issue large numbers of small queries because N+1 Queries Are Not A Problem With SQLite.

添加评论
点赞收藏
点踩分享查看原文
评论
?
参与讨论