From 88fae4ad1dd0fa48b8c85e4dfa7de5d334244cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=96zg=C3=BCr=20Bayhan?= <mozgurbayhan@gmail.com> Date: Sat, 21 Dec 2019 16:14:34 +0300 Subject: [PATCH] Added nosqlmodels added nosqlmodels --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92784dd..9efc1d8 100644 --- a/README.md +++ b/README.md @@ -868,6 +868,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [MongoEngine](http://mongoengine.org/) - A Python Object-Document-Mapper for working with MongoDB. * [PynamoDB](https://github.com/pynamodb/PynamoDB) - A Pythonic interface for [Amazon DynamoDB](https://aws.amazon.com/dynamodb/). * [redisco](https://github.com/kiddouk/redisco) - A Python Library for Simple Models and Containers Persisted in Redis. + * [nosqlmodel](https://gitlab.com/mozgurbayhan/nosqlmodel) - nosqlmodel is a first non-relational NoSql ORM framework. * Others * [butterdb](https://github.com/terrible-ideas/butterdb) - A Python ORM for Google Drive Spreadsheets. * [dataset](https://github.com/pudo/dataset) - A JSON-based database. -- GitLab