Add database/sql driver for AWS DynamoDB
diff --git a/SQLDrivers.md b/SQLDrivers.md
index f084f62..ee4eeef 100644
--- a/SQLDrivers.md
+++ b/SQLDrivers.md
@@ -10,8 +10,9 @@
 
 Drivers for Go's sql package include:
 
-  * **AWS Athena**: https://github.com/segmentio/go-athena
   * **Amazon AWS Athena**: https://github.com/uber/athenadriver
+  * **AWS Athena**: https://github.com/segmentio/go-athena
+  * **AWS DynamoDB**: https://github.com/btnguyen2k/godynamo
   * **Apache Avatica/Phoenix**: https://github.com/apache/calcite-avatica-go
   * **Apache H2**: https://github.com/jmrobles/h2go
   * **Apache Hive**: https://github.com/sql-machine-learning/gohive