Skip to content

Commit 0f62a72

Browse files
committed
add ChangeObserver
1 parent c24636a commit 0f62a72

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
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

77
Support 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

0 commit comments

Comments
 (0)