Skip to content

Commit

Permalink
docs: add an example (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanium authored Dec 13, 2021
1 parent 7de3d55 commit 655e207
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# deno_mongo

> **deno_mongo** is a **MongoDB** database driver developed for deno
> **deno_mongo** is a **MongoDB** database driver developed for Deno. supports
> Deno Deploy as well.
[![tag](https://img.shields.io/github/tag/manyuanrong/deno_mongo.svg)](https://github.com/manyuanrong/deno_mongo/releases)
[![Build Status](https://github.com/manyuanrong/deno_mongo/workflows/ci/badge.svg?branch=main)](https://github.com/manyuanrong/deno_mongo/actions)
Expand All @@ -14,6 +15,9 @@

## Examples

- [deno-deploy-mongo](https://github.com/erfanium/deno-deploy-mongo) A basic
twitter like app with Deno, MongoDB and oak deployed on Deno Deploy

### Import

Replace `LATEST_VERSION` with
Expand Down

0 comments on commit 655e207

Please sign in to comment.