mirror of
https://github.com/YunoHost-Apps/couchdb_ynh.git
synced 2024-09-03 18:16:11 +02:00
commit
f1b79b45dd
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
## Overview
|
||||
|
||||
Couchdb is a database system, where entries are json objects (allowing attachments), and that you can access via simple http requests.
|
||||
Couchdb is a database system, where entries are json objects (allowing attachments), and that you can access and synchronize via simple http requests.
|
||||
|
||||
As explained in wikipedia:
|
||||
> Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang.
|
||||
|
|
|
@ -60,6 +60,7 @@ Par défaut, ce paquet install couchdb comme nœud simple. Si vous souhaitez per
|
|||
|
||||
---
|
||||
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/couchdb_ynh/tree/testing).
|
||||
|
|
Loading…
Reference in a new issue