HTTP を使用したとっつきやすいデータベースマネージャー
English version
pip install -r requirements.txt)setting.json filemain.pypip install HTTP-db)HTTP_db module (Please refer to example)サーバーの API リファレンスをご参照ください。
日本語ですが、API リファレンスがあります。
API リファレンス
| 名前 | 説明 | 型 |
|---|---|---|
| address | HTTP サーバーのアドレス | str |
| port | HTTP サーバーのポート番号 | int |
| debug | HTTP サーバーのデバッグモード | bool |
| remotesave | リモートモード | bool |
| location | リモートモードが有効の場合、データベースのキー。無効の場合、データを保存する場所 | str |
| cell | リモートモードが有効の場合、データベースのセル。 | str |