Skip to content

Commit 1840e32

Browse files
authored
DOCSP-18121: removed stale community drivers (#754)
* DOCSP-18121: removed stale community drivers
1 parent 61ecf64 commit 1840e32

File tree

1 file changed

+3
-79
lines changed

1 file changed

+3
-79
lines changed

source/community-supported-drivers.txt

Lines changed: 3 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -9,121 +9,50 @@ Community Libraries
99

1010
.. list-table::
1111
:class: striped
12-
13-
* - ActionScript3
14-
- `JMCNetMongoFlex <http://code.google.com/p/jmcnet-full-mongo-flex-driver/>`__
15-
16-
* - C
17-
- `libmongo-client <http://github.com/algernon/libmongo-client>`__
18-
19-
* - ColdFusion
20-
- `cfmongodb <https://github.com/marcesher/cfmongodb/>`__
2112

2213
* - D
2314
- | `Vibe.D native MongoDB driver <http://vibed.org/docs#mongo>`__
24-
| `Port of the legacy MongoDB 0.4 C Driver to D <http://github.com/itiu/mongo-d-driver>`__
2515

2616
* - Dart
2717
- `mongo_dart 0.4.0 <http://pub.dartlang.org/packages/mongo_dart>`__
2818

2919
* - Delphi
30-
- | `mongo-delphi-driver <https://github.com/gerald-lindsly/mongo-delphi-driver>`__
31-
| `pebongo <http://code.google.com/p/pebongo/>`__
32-
| `TMongoWire <http://github.com/stijnsanders/TMongoWire>`__
33-
| `Alcinoe TALMongoClient <https://github.com/Zeus64/alcinoe/>`__
34-
| `Synopse mORMot framework <http://blog.synopse.info/post/2014/05/07/MongoDB-database-access>`__
20+
- | `Alcinoe TALMongoClient <https://github.com/Zeus64/alcinoe/>`__
3521

3622
* - Django
3723
- `Djongo <https://github.com/nesdis/djongo>`__
3824

3925
* - Elixir
4026
- | `Elixir Driver <https://github.com/ericmj/mongodb>`__
4127
| `Elixir Driver Alternate <https://github.com/zookzook/elixir-mongodb-driver>`__
42-
| `Ecto adapter <https://github.com/michalmuskala/mongodb_ecto>`__
43-
44-
* - Entity
45-
- `entity driver for mongodb <http://code.google.com/p/entity-language/wiki/mongodb>`__
4628

4729
* - Erlang
4830
- `Erlang Driver <https://github.com/comtihon/mongodb-erlang>`__
4931

50-
* - Factor
51-
- `Factor <http://github.com/slavapestov/factor/tree/master/extra/mongodb/>`__
52-
5332
* - Fantom
5433
- | `afMongo <http://pods.fantomfactory.org/pods/afMongo>`__
55-
| `afMorphia <http://pods.fantomfactory.org/pods/afMorphia>`__
56-
| `FantoMongo <http://bitbucket.org/liamstask/fantomongo/wiki/Home>`__
57-
58-
* - F#
59-
- `F# <http://gist.github.com/218388>`__
60-
61-
* - Go
62-
- `mgo (GlobalSign fork) <https://github.com/globalsign/mgo>`__
63-
64-
* - Groovy
65-
- | `gmongo <https://github.com/poiati/gmongo>`__
66-
| `Grails Bates: Grails business audit trails plugin <https://github.com/saleram1/grails-bates>`__
6734

6835
* - Haskell
6936
- `MongoDB driver for Haskell <https://github.com/mongodb-haskell/mongodb>`__
7037

71-
* - JavaScript
72-
- `Narwhal <http://github.com/sergi/narwhal-mongodb>`__
73-
7438
* - Kotlin
7539
- `KMongo <https://github.com/Litote/kmongo>`__
76-
77-
* - LabVIEW
78-
- `mongo-labview-driver <https://github.com/RBXSystems/mongo-labview-driver>`__
79-
80-
* - Lisp
81-
- `cl-mongo <https://github.com/fons/cl-mongo>`__
82-
83-
* - Lua
84-
- | `LuaMongo on Google Code <http://code.google.com/p/luamongo/>`__
85-
| `LuaMongo <https://github.com/moai/luamongo>`__
86-
87-
* - Mathematica
88-
- `MongoDBLink <https://github.com/zbjornson/MongoDBLink>`__
89-
90-
* - MatLab
91-
- `mongo-matlab-driver <https://github.com/gerald-lindsly/mongo-matlab-driver>`__
92-
93-
* - Objective C
94-
- | `NuMongoDB <http://github.com/timburks/NuMongoDB>`__
95-
| `ObjCMongoDB <https://github.com/paulmelnikow/ObjCMongoDB>`__
9640

9741
* - OCaml
9842
- `Mongo.ml <http://massd.github.io/mongo>`__
9943

100-
* - Opa
101-
- `Opa Standard Library MongoDB Driver <https://github.com/MLstate/opalang/wiki/Hello%2C-database>`__
102-
10344
* - Perl
10445
- | `MongoDB - Former official driver <https://metacpan.org/pod/MongoDB>`__ (EOL as of August 2020)
105-
| `Mango <https://metacpan.org/pod/Mango>`__
10646

10747
* - PHP
108-
- | `Mongo Queue PHP <https://github.com/dominionenterprises/mongo-queue-php>`__
109-
| `Mongo PHP Adapter <https://github.com/alcaeus/mongo-php-adapter>`__
110-
| `Mongodm <https://github.com/purekid/mongodm>`__
111-
| `MongoDB Transistor <https://github.com/bjori/mongo-php-transistor>`__
112-
| `Yadm <https://github.com/makasim/yadm>`__
48+
- | `Mongo PHP Adapter <https://github.com/alcaeus/mongo-php-adapter>`__
11349

11450
* - PowerShell
115-
- | `mosh - MongoDB Powershell provider <http://mosh.codeplex.com>`__
116-
| `Mdbc - MongoDB Cmdlets for PowerShell <https://github.com/nightroman/Mdbc>`__
117-
118-
* - Prolog
119-
- `Prolongo <https://github.com/khueue/prolongo>`__
51+
- | `Mdbc - MongoDB Cmdlets for PowerShell <https://github.com/nightroman/Mdbc>`__
12052

12153
* - Python
12254
- | `MongoEngine <http://mongoengine.org>`__
123-
| `MongoKit <http://namlook.github.com/mongokit/>`__
12455
| `MongoKat <https://github.com/pricingassistant/mongokat>`__
125-
| `Monary <https://monary.readthedocs.io/>`__
126-
| `Django-mongonaut <https://github.com/jazzband/django-mongonaut>`__
12756
| `TxMongo <https://github.com/twisted/txmongo>`__
12857

12958
* - R
@@ -135,10 +64,5 @@ Community Libraries
13564
* - Swift
13665
- `MongoKitten <https://github.com/OpenKitten/MongoKitten>`__
13766

138-
* - Racket (PLT Scheme)
139-
- `mongodb.plt <http://planet.racket-lang.org/display.ss?package=mongodb.plt&owner=jaymccarthy&changerep=2>`__
140-
14167
* - Smalltalk
14268
- `Squeaksource MongoTalk <http://www.squeaksource.com/MongoTalk.html>`__
143-
144-
.. include:: /includes/important-community-drivers.rst

0 commit comments

Comments
 (0)