Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

データ保存の実装をRDBMSに変更する #304

Open
elecdeer opened this issue Jun 18, 2022 · 2 comments
Open

データ保存の実装をRDBMSに変更する #304

elecdeer opened this issue Jun 18, 2022 · 2 comments

Comments

@elecdeer
Copy link
Owner

Sequelize & Sqlite3が楽そう

@elecdeer
Copy link
Owner Author

prisma使ってみるのもあり

@elecdeer elecdeer changed the title データ保存の実装をSequelizeに変更する データ保存の実装をRDBMSに変更する Jun 18, 2022
@elecdeer
Copy link
Owner Author

テーブル設計?

user_config

  • id(appId / guildId / userId)
  • voice_id(ref voice)
  • pitch
  • intonation

guild_config

  • id (appId / guildId)
  • volume
  • speed
  • fast_speed_scale
  • read_enter_exit
  • read_time_signal
  • time_auto_leave
  • time_reread_name
  • read_max_length

voice

  • id
  • name
  • type
  • active

voicevox_voice

  • voice_id(ref voice)
  • root_url
  • speaker_uuid
  • style_name

voiceroid_daemon_voice

  • voice_id(ref voice)
  • url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant