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

DBアクセスのバッチ処理化 #9

Open
nanahiryu opened this issue Feb 18, 2023 · 0 comments
Open

DBアクセスのバッチ処理化 #9

nanahiryu opened this issue Feb 18, 2023 · 0 comments

Comments

@nanahiryu
Copy link
Owner

nanahiryu commented Feb 18, 2023

概要

  • 現状の実装だとデータベースアクセスを複数回に分けて実装しており、アクセス1が成功、アクセス2が失敗した場合、アクセス1のログはDBに入ってしまう
  • supabaseのfunctions, rpcを利用することで解消できるっぽい
  • https://supabase.com/docs/reference/dart/rpc
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