Sign Up
Loading...

Using existing databases and HTTP verbs support

Asked by ModernMazing on May 9, 2024

  • If we have our own database (e.g., Supabase or MySQL), do we need to create an API to read and copy that data into Twidget?
  • Can Twidget endpoints accept POST/PUT as well as GET?

Answered by Twidget

Currently you need to read and copy your data into Twidget to use it natively. We are working on direct integrations with databases like MySQL and MongoDB in the future.

Twidget endpoints support all HTTP verbs (GET, POST, PUT, DELETE, etc.).

Related Questions