File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,12 @@ speed on SQL if you have never previously used it.
241241* [ Databases integration testing strategies] ( https://julien.danjou.info/blog/2014/db-integration-testing-strategies-python )
242242 covers a difficult topic that comes up on every real world project.
243243
244+ * GitLab provided their
245+ [ postmortem of a database outage on January 31] ( https://about.gitlab.com/2017/02/10/postmortem-of-database-outage-of-january-31/ )
246+ as a way to be transparent to customers and help other development
247+ teams learn how they screwed up their database systems then found a way
248+ to recover.
249+
244250* [ Asynchronous Python and Databases] ( http://techspot.zzzeek.org/2015/02/15/asynchronous-python-and-databases/ )
245251 is an in-depth article covering why many Python database drivers cannot
246252 be used without modification due to the differences in blocking versus
You can’t perform that action at this time.
0 commit comments