SQL Server is DB-Engines' DBMS of 2016 — DB-Engines tracks the popularity of database systems and found Microsoft’s SQL Server grew most in popularity in 2016. The release of SQL Server 2016 and the Linux port likely had a major effect.
DB-Engine news
Dgraph v0.7.1: A Low Latency Graph Database — Bills itself as ‘the most production ready graph database’. Strong claims versus Neo4j, but the feature set is certainly interesting.
Manish Rai Jain tools
SQLite 3.16.0 Released — Uses 9% fewer CPU cycles, fixes a long standard LEFT JOIN bug, adds experimental support for PRAGMA functions, has faster LIKE and GLOB matching when using multiple wildcards, and more.
RocksDB: A Persistent Key-Value Store for Flash and RAM Storage — From Facebook comes a library forming the core of a fast memory-based key-value store. It has a Log-Structured-Merge-Database (LSM) design with flexible tradeoffs and multi-threaded compactions.