-
Thank you for the repo and tutorials!
The readme tells that
> Due to its simplicity, aspects such as security must be reconsidered before being used in production.
What would be your recommen…
-
test
-
I noticed that saving the models also creates an empty `id` in both the `_doc` attribute for `DBPydanticMixin` instance and the MongoDB collection. Also, if you call the `dict()` method on the model, …
i8enn updated
4 years ago
-
[My Fork](https://github.com/MassimilianoMarcello/bf-no-sql)
--
## Learning Objectives
1. **Understanding NoSQL Concepts:**
- [x] Define what NoSQL databases are and how they differ from tr…
-
While Doctrine will provide either an ArrayCollection, or a PersistentCollection, depending on the state of the Entity, no common Class or Interface reflects their shared methods.
More specificall…
-
class WikiPage(MappedClass):
class __mongometa__:
session = session
name = 'wiki_page'
_id = FieldProperty(schema.ObjectId)
title = FieldProperty(schema.String(requi…
-
다음 코드에서 핸들러가 생성될 때마다 MongoClient에서 db 커넥션을 맺고 있습니다.
이는 불필요한 리소스 낭비일 수 있습니다. 특히 로거 만들때마다 커넥션 맺으면 굉장한 낭비가 될 수
있습니다. 해당 핸들러를 싱글톤으로 만들 수 있는지 확인바랍니다.
```
class MongoHandler(logging.Handler):
def _…
-
**Describe the bug**
When creating backlinks, the documentation (to my knowledge) doesn’t show a way to retrieve them immediately.
This has been asked several times in the questions section, but I r…
-
I would like to bring this up in a separate issue so it give me a bit more freedom to ask questions which are not related to the original issue.
I've ran into two problems:
1. When trying to gene…
-
Test test