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