Skip to content

Commit 66a00d6

Browse files
committed
Mention SQL in main README
1 parent 4f97c7d commit 66a00d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ First, you start with just the `bosk-core` library, writing your application's c
1414
The the built-in integrations with things like Jackson and Spring Boot help you get your application up and running.
1515

1616
Then, when the time comes to turn your standalone application into a high-availability replica set,
17-
you can bring in the optional [MongoDB module](bosk-mongo) library.
17+
you can bring in the optional [MongoDB library](bosk-mongo).
1818
The hard work of change propagation, ordering, durability, consistency, atomicity, and observability,
1919
as well as fault tolerance, and emergency manual state inspection and modification,
2020
is all delegated to MongoDB: a well-known, reliable, battle-hardened codebase.
2121
You don't even need to trust Bosk to get all these details right:
2222
all we do is send updates to MongoDB, and maintain the in-memory replica by following the MongoDB change stream.
2323

24+
If you'd rather use SQL instead of MongoDB, there's a [SQL library](bosk-sql) too.
25+
2426
## Documentation
2527
- [User's Guide](docs/USERS.md)
2628

0 commit comments

Comments
 (0)