Q: Integration with Shopify and WooCommerce
Hello, I have read other questions and it is suggested to sync Shopify / WooCommerce data to other database platforms so that it can integrate with DreamLit. I am using NoCodeBackend and Teable. Is it possible for DreamLit to integrate with both NoCodeBackend and Teable ? Both NoCodeBackend and Teable has lifetime deals at AppSumo. Thank you.
AjaySohmshetty
Apr 13, 2026A: Dreamlit requires read + write access to your Postgres database (it installs triggers to kick off workflows in realtime and manages its own schema to run workflows reliably).
NoCodeBackend -> it appears that NoCodeBackend indeed uses Postgres behind the scenes. If the platform gives you the ability to connect directly to it, then yes! If you see a connection string in your dashboard, then you can use that to connect to Dreamlit.
Teable -> is also built on Postgres under the hood but Teable only gives you read-only access. Because of that, it won’t work with Teable today. If they ever allow write access (or deeper database control), then it could become compatible.
Verified purchaser
Do you mean PostGreSQL at https://www.postgresql.org/download/ ? If not, please provide the official link of Postgres database ? Thanks.