In this chapter, we will cover the following recipes:
- Integrating MySQL and Go
- Creating your first record in MySQL
- Reading records from MySQL
- Updating your first record in MySQL
- Deleting your first record from MySQL
- Integrating MongoDB and Go
- Creating your first document in MongoDB
- Reading documents from MongoDB
- Updating your first document in MongoDB
- Deleting your first document from MongoDB