File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# simple-mongo
22
3- A library for easy usage of the mongo-scala-driver (4.x).
3+ A library for easy usage of the mongo-scala-driver (4.x). Full MongoDB Functionality in Scala with a few lines of code.
44
55## MongoDB Support
66
77Support MongoDB 2.6 to 4.2.
88
99## Features
1010
11- * Easy Database setup
11+ * Easy Database setup with Config file
12+ * Compressor Support
13+ * Database Commands, Changes Stream, ...
1214* DAO Pattern for collection
1315* DAO Pattern for GridFS
1416* GridFS: Upload from InputStream, Download to OutputStream
1517* Implicit conversions for Document, Bson, ObjectID ...
16- * Json loading
18+ * Reactive Streams Support
19+ * Json loading from File, Conversion to plain Json
1720* ...
1821
1922## Documentation
You can’t perform that action at this time.
0 commit comments