Ask questions, share ideas, and connect with other WoWSQL builders.
50 threads
Embedded a dataspeak chart in our internal portal. Axis labels overlap until you click into full screen.
I miss DMs on Instagram because I'm focused on Twitter. A unified inbox would help.
Our marketing team gave up after seeing the SQL. Hide-SQL toggle helps but the empty 'pick a data source' flow is confusing.
Some of my analytical questions need 90s. There's no way to extend the timeout in the UI.
Tried to deploy a webhook handler. Examples on the docs site are mostly 'hello world'. Real-world examples (auth, request validation, secret management) would be much appreciated.
Our US-based partner doctor's schedule shifted by an hour after the March DST change. All appointments showed in the wrong slot for two days.
I just spun up a free WoWSQL project and started seeing 'too many connections' errors when my Next.js app deployed to Vercel. The dashboard shows PgCat is enabled but I'm not su…
Every campaign needs unique UTMs. Manual entry is error-prone.
Update full_name; getUser() still shows the old name until full reload.
Need to plan 3 posts/day across 4 platforms for a quarterly campaign.
Want to mock the client without standing up a real DB.
Want my team to ask questions inside Slack and get the answer + SQL back.
Deploying an edge function via the SDK fails at cold start: `crypto.subtle is not defined` in Cloudflare Workers.
We're opening a 3rd branch. Should staff have one login that switches clinic, or separate accounts?
Facebook keeps revoking the access token weekly. None of the other platforms do this.
Used the analytics suggestions and the queue+evergreen feature. Sharing the playbook in this thread.
Passing `onUploadProgress` to upload() — callback never invoked even though file uploads.
Spent 20 minutes trying to figure out whether the $19 plan is shared or dedicated. Eventually found the answer in a blog post. The pricing page needs a simple comparison row.
Pro plan at ₹4999/month is steep for a single-doctor clinic. A lighter tier with messaging-only would be welcome.
Some sensitive metrics (CXO compensation, etc.) shouldn't be answerable even if the data is in the warehouse.
After upgrading to v2.5, `select('*')` returns a `data` of `Array<any>`. I lost type inference.
Want to subscribe to `messages` where `room_id=eq.123 AND user_id=neq.5`. Docs only show single filter.
Posted to TikTok via wowsocials. Caption renders with literal `\n` instead of newlines.
Migrated 14 pediatric clinics off a legacy desktop tool. Three months in: no-shows down 60%, time-to-first-appointment down 40%, parents love the WhatsApp reminders.
We have a lot of mixed-language fields ('lakh', 'crore', 'paid in cash'). Some models trip on this.
Many of our patients are on Android 9-10 phones. The app takes 8-10s to open and freezes when loading appointment list.
We run a small clinic in Madurai district. Tele-consult lets our doctor see follow-up patients without them traveling 60km. Wowcare integration with prescription PDF is excellent.
Insert a row, get the immediate ID, replace temp ID later. Pattern?
I have a long-running aggregation that returns rows progressively. Right now I batch + poll.
Confusing — error is set but data is null. Why both?
Storage in React Native needs polyfills. Official RN package would simplify.
If I switch browser tabs while writing a long query in the SQL editor, it sometimes resets to empty when I come back. Lost ~15 minutes of work twice today. Chrome 124 on Windows.
Big jump from v1. Bundlephobia confirms.
Generated 4 images for a launch announcement. 2 were directly usable. Saved me a Canva trip.
If I have a `deleted_at` column and update it, realtime fires an UPDATE event. My client treats that as still-existing. Should I switch to actual DELETE or filter on the client?
Currently we use stored procedures for multi-statement atomicity. A transaction API on the client would be welcome.
We brief campaigns in Notion. Curious if there's a Notion → wowsocials sync.
After a planned DB maintenance, the Go client panics with `nil pointer deref` instead of returning an error.
Sharing what's worked for me — drop yours.
Sharing a small win — my hobby project tracks Catan and Carcassonne game results for our office league. WoWSQL handles the writes from a Cloudflare Worker no problem and the rea…
We have a sizable codebase using `supabase-js`. Will mostly drop-in work?
Created a new service role key. Page redirected to listing and the key is already masked. There's no 'reveal once' modal. Now I can't use it.
Currently posting manually to Threads. Schedule + analytics would help.
Just moved a 3GB project off Supabase. The pg_dump → restore flow worked first try, RLS policies came over intact, and the auth schema mapping was almost 1:1. Latency in Mumbai …
On a MySQL data source, generated queries fail because of double quotes.
Pasting 1000 chars should auto-split into a thread of 4 tweets at natural sentence breaks.
We've been on paper for 20 years. About 8000 active patients. Manual data entry would take months.
I just want to ask questions of a CSV my friend sent. Standing up a Postgres for this is overkill.
Per-question token cost shown in the UI. Lets us track who's burning credits and on what.
I want a nightly cleanup job. Tried `CREATE EXTENSION pg_cron;` and got permission denied.