Skip to content

Commit

Permalink
Remove: sync version (#403)
Browse files Browse the repository at this point in the history
* Remove: sync version
  • Loading branch information
roman-right committed Nov 5, 2022
1 parent 6ad7954 commit 24316a7
Show file tree
Hide file tree
Showing 139 changed files with 101 additions and 11,043 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Overview

[Beanie](https://github.com/roman-right/beanie) - is a Python object-document mapper (ODM) for MongoDB that can be used, and in synchronous, and async contexts. Data models are based on [Pydantic](https://pydantic-docs.helpmanual.io/).
[Beanie](https://github.com/roman-right/beanie) - is an asynchronous Python object-document mapper (ODM) for MongoDB that can be used, and in synchronous, and async contexts. Data models are based on [Pydantic](https://pydantic-docs.helpmanual.io/).

When using Beanie each database collection has a corresponding `Document` that
is used to interact with that collection. In addition to retrieving data,
Expand All @@ -17,6 +17,8 @@ the parts of your app that actually matter.

Data and schema migrations are supported by Beanie out of the box.

There is a synchronous version of Beanie ODM - [Bunnet](https://github.com/roman-right/bunnet)

## Installation

### PIP
Expand Down
2 changes: 1 addition & 1 deletion beanie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from beanie.odm.views import View
from beanie.odm.union_doc import UnionDoc

__version__ = "1.14.0"
__version__ = "1.15.0"
__all__ = [
# ODM
"Document",
Expand Down
50 changes: 0 additions & 50 deletions beanie/sync/__init__.py

This file was deleted.

45 changes: 0 additions & 45 deletions beanie/sync/odm/__init__.py

This file was deleted.

202 changes: 0 additions & 202 deletions beanie/sync/odm/actions.py

This file was deleted.

62 changes: 0 additions & 62 deletions beanie/sync/odm/bulk.py

This file was deleted.

Loading

0 comments on commit 24316a7

Please sign in to comment.