couchdb-orm 0.1.6

couchdb-orm Copyright (C) 2020-2023 OpenToolAdd This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions; type `show-license' for details. A CLI ORM to manage some Databases operations like migration, schema creation, etc.... For the moment it only handle CouchDB.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# DB Initialization specs

## Infra Prerequisite

- **DB Server** should be available on a **HOST**
    - :heavy_check_mark: If exists -> continue
    - :red_circle: If don't exist -> abort with error
- **DB table** should not exists
    - :red_circle: If dont'exists -> create database
    - :heavy_check_mark: If exists -> abort with error