added video to explain

This commit is contained in:
Leifer Mendez
2022-11-28 10:29:30 +01:00
parent 976d892061
commit b3f6fc852b
2 changed files with 11 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ La idea es brindar multiples opciones como un adaptador de MySQL, Mongo, entre o
Ejemplo de como se implementaria:
__[👉 Ver video explicativo](https://youtu.be/Sjzkpg1OJuY)__
```js
const MongoAdapter = require('@bot-whatsapp/database/mongo')
@@ -26,6 +25,14 @@ const main = async () => {
}
```
#### Video
> Video explicando como debes de agregar nuevos adaptadores
<a target="_blank" src="https://youtu.be/Sjzkpg1OJuY">
<img src="https://i.imgur.com/DlxJIKV.gif" width="450" alt="@bot-whatsapp/database"/>
</a>
---
**Comunidad**