Skip to content

Commit

Permalink
Add Kotlin driver and fix stuff (ramnes#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
techbelle authored and ramnes committed Nov 21, 2022
1 parent d84ef49 commit 41137aa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F
- [Java](#java)
- [JavaScript](#javascript)
- [Julia](#julia)
- [Kotlin](#kotlin)
- [Lisp](#lisp)
- [Mathematica](#mathematica)
- [PHP](#php)
Expand Down Expand Up @@ -72,8 +73,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F
- [50 Tips and Tricks for MongoDB Developers](https://www.oreilly.com/library/view/50-tips-and/9781449306779/) - Advanced MongoDB tips and tricks, given by a MongoDB inc. engineer
- [Builder Book](https://builderbook.org) - Learn how to build a full stack JavaScript web app from scratch
- [MongoDB Applied Design Patterns (Rick Copeland)](https://www.oreilly.com/library/view/mongodb-applied-design/9781449340056/)
- [Practical MongoDB Aggregations](https://www.practical-mongodb-aggregations.com/) - How to develop effective and optimal data manipulation and analytics pipelines
- [The Little MongoDB Book](https://github.com/karlseguin/the-little-mongodb-book) - Basic introduction
- [Practical MongoDB Aggregations E-Book](https://www.practical-mongodb-aggregations.com/) - Free e-book: How to develop effective and optimal data manipulation and analytics pipelines
- [The Little MongoDB Book](https://github.com/mongodb-developer/the-little-mongodb-book) - Basic introduction
- [SaaS Boilerplate Book](https://builderbook.org/book) - Learn how to build a production-ready SaaS web app from scratch

### Talks
Expand All @@ -88,7 +89,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F

### More
- [MongoDB source code](https://github.com/mongodb/mongo)
- [MongoDB University](https://university.mongodb.com/) - Certifications and free online courses
- [MongoDB University](https://learn.mongodb.com/) - Certifications and free online courses
- [MongoDB 101 by Academy 3T](https://studio3t.com/academy/) - Free and self-paced MongoDB courses for beginners

## Libraries
Expand Down Expand Up @@ -149,6 +150,9 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F

### Julia
- [Mongo.jl](https://github.com/Lytol/Mongo.jl) - C driver bindings

### Kotlin
- [kmongo](https://github.com/Litote/kmongo) - Kotlin toolkit based on the Java driver

### Lisp
- [cl-mongo](https://github.com/fons/cl-mongo) - Community Common Lisp interface
Expand All @@ -159,14 +163,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F
- [MongoDBLink](https://github.com/zbjornson/MongoDBLink) - Community Mathematica driver

### PHP
- [Doctrine MongoDB](https://github.com/doctrine/mongodb) - Wrapper around the native PHP Mongo PECL extension to provide additional functionality
- [eloquent-mongodb-repository](https://github.com/nilportugues/eloquent-mongodb-repository) - Repository implementation built on top of laravel-mongodb
- [laravel-mongodb](https://github.com/jenssegers/laravel-mongodb) - Eloquent model and query builder for Laravel
- [mongodb-repository](https://github.com/nilportugues/mongodb-repository) - Repository implementation
- [PHP Driver](https://github.com/mongodb/mongo-php-driver) - Official PHP driver
- [PHPMongo ODM](https://github.com/sokil/php-mongo) - ODM based on the PHP Mongo PECL extension
- [PHPMongo Migrator](https://github.com/sokil/php-mongo-migrator) - Migration tool based on PHPMongo ODM
- [pecl/mongodb](https://github.com/mongodb/mongo-php-driver) - Official PHP driver
- [yadm](https://github.com/formapro/yadm) - Fast schemaless ODM

### Python
Expand Down

0 comments on commit 41137aa

Please sign in to comment.