Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit d86c68b

Browse files
committed
docs: Mention the end of the prototypal phase & the repository archival
1 parent 13bb723 commit d86c68b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> _Pronounced "cat-mongo"._
44
5+
> **KtMongo was intended as a prototype. It has reached its objectives.** [Further development has been transferred to OpenSavvy](https://gitlab.com/opensavvy/ktmongo).
6+
57
In 2016, Julien Buret created KMongo, a Kotlin driver for MongoDB, based on the official Java driver. KMongo added a lot of syntax sugar, making complex queries much more readable and less error-prone thanks to improved type safety:
68
```java
79
// Official Java driver
@@ -46,7 +48,9 @@ To learn more about the changes we have made, see [the KMongo migration guide](d
4648

4749
## What's the current state of the project?
4850

49-
This project is currently a **prototype**. Many features are missing, and implemented features may change at any time. Use at your own risk!
51+
This project is a **prototype**.
52+
53+
Development has been transferred to [OpenSavvy](https://gitlab.com/opensavvy/ktmongo) (with the same license).
5054

5155
## Where can I learn more?
5256

docs/website/docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
template: home.html
33
---
44

5+
# Project status
6+
7+
This repository was a prototype for a possible new DSL. The prototype phase has ended, and the project has been transferred to [OpenSavvy](https://gitlab.com/opensavvy/ktmongo).
8+
59
# Towards the future of MongoDB in Kotlin
610

711
In 2016, Julien Buret created [KMongo](https://github.com/Litote/kmongo), a Kotlin driver for MongoDB based on the official Java driver. KMongo added a lot of syntax sugar, making complex queries much more readable and less error-prone thanks to improved type safety:

docs/website/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: KtMongo (experimental)
1+
site_name: KtMongo (prototype)
22
site_author: 4SH & contributors
33
site_description: >
44
Towards the future of MongoDB in Kotlin.

0 commit comments

Comments
 (0)