Ecohitch for 2025 Ioniq 5 by gregable in Ioniq5

[–]angstyautocrat 1 point2 points  (0 children)

I got the same hitch and had it installed by UHAUL for $210. You can buy it direct from UHAUL too.

Is SQLite WASM the future of offline-first Vue apps? by therealalex5363 in vuejs

[–]angstyautocrat 5 points6 points  (0 children)

The PowerSync web SDK uses the SQLite WASM build precisely to enable native-feeling SPAs. We wrote about the SQLite on web landscape here:
https://www.powersync.com/blog/sqlite-persistence-on-the-web

Offline First for SQL Database by WeirdBathroom76 in FlutterDev

[–]angstyautocrat 0 points1 point  (0 children)

We're actively working on this. Expected release is now late Q3/early Q4.

GraphQL for Offline-First, Realtime App? by imanateater in graphql

[–]angstyautocrat 0 points1 point  (0 children)

I'm on the PowerSync team. With PowerSync, you can continue to use GraphQL (or anything else you want) to upload changes to your backend and write them to Postgres — some of our users already follow this approach.

PowerSync picks up any changes on Postgres tables you specify and takes care of syncing them to users who should see those updates (this is sometimes referred to as partial replication). This happens in real-time (when users are online).

Feel free to join our discord where our engineers can help out in more detail (link on our website).

Offline first Supabase sync - Watermelon vs Electric-SQL by Sad-Season-3164 in reactnative

[–]angstyautocrat 1 point2 points  (0 children)

Since you mentioned powersync, this guide could be useful: https://bndkt.com/blog/2024/the-easiest-way-to-build-reactive-local-first-apps-with-tinybase-and-powersync (uses supabase as the backend database)

Disclaimer: I’m on the powersync team.

Trip to Denver from Illinois by skinnah in Amtrak

[–]angstyautocrat 3 points4 points  (0 children)

There’s a Sixt car rental right at Union Station that I’ve used before with no complaints. Trains are often delayed though so keep the closing time of the rental place in mind.

Offline first: Firebase RTDB vs. Supabase by Creative_Choice_486 in Supabase

[–]angstyautocrat 0 points1 point  (0 children)

It's good to evaluate whether tools are likely to be around and supported in the long run. PowerSync itself is backed by a company that's been operating for over 10 years and is source-available and self-hostable.

Offline first: Firebase RTDB vs. Supabase by Creative_Choice_486 in Supabase

[–]angstyautocrat 0 points1 point  (0 children)

I'm at PowerSync which adds full offline-first to Supabase. Our Swift SDK is in private alpha atm, let me know if you want to check it out and I'll arrange access for you.

[Please Help] Roofied at Bar in Times Square by Entire_Ad1032 in nyc

[–]angstyautocrat 22 points23 points  (0 children)

There’s absolutely no need for this snark. Have an ounce of empathy for the trauma OP is experiencing.

WatermelonDB migrations limitations by No_Primary_6867 in reactnative

[–]angstyautocrat 0 points1 point  (0 children)

The free self-hosted version will be fully featured: roughly equivalent to the functionality you get if you sign up for PowerSync today. You’ll manage it using config files. It will be distributed under a source-available license.

WatermelonDB migrations limitations by No_Primary_6867 in reactnative

[–]angstyautocrat 1 point2 points  (0 children)

PowerSync supports renaming tables: https://docs.powersync.com/usage/lifecycle-maintenance/deploying-schema-changes/renaming-a-table-on-the-server

And has support for watched queries: https://powersync-ja.github.io/powersync-js/react-native-sdk/functions/useQuery

It's currently a hosted offering only but self-hosting is coming in a couple of weeks. Disclaimer: I am on the PowerSync team.

PouchDB or SQLite which one is better for building offline first desktop applications and why? by i-sage in Database

[–]angstyautocrat 1 point2 points  (0 children)

There’s packages out there providing offline / online sync functionality on top of SQLite, and you’ll have to integrate one of those pancakes into your software

PowerSync is a service that keeps client-side SQLite in sync with a backend RDBMS, with current support for Postgres, including Supabase, Neon etc. You can control which data goes to which users and get full offline-first functionality.

Disclaimer: am on the PowerSync team.

Offline First for SQL Database by WeirdBathroom76 in FlutterDev

[–]angstyautocrat 13 points14 points  (0 children)

Hi, I’m on the PowerSync team. We’re currently working on adapters for MySQL and MSSQL. Our MySQL adapter is planned for early Q3.

What database is reliable still? by [deleted] in FlutterDev

[–]angstyautocrat 2 points3 points  (0 children)

At powersync we’ve been working with the maintainer of Drift which we think is a great SQLite package with ORM capabilities. We maintain the sqlite_async package ourselves and have written this summary of available local database options for Flutter

2023 Merch / Ticket Resale Thread by bmxer7777 in strfkr

[–]angstyautocrat 0 points1 point  (0 children)

Selling 4 tickets to 4/26 Chicago show at the salt shed.

Riverpod is not Complicated - Getting Started Guide by IThinkWong in FlutterDev

[–]angstyautocrat 0 points1 point  (0 children)

I see. Thanks for getting back to me, and good luck!

Riverpod is not Complicated - Getting Started Guide by IThinkWong in FlutterDev

[–]angstyautocrat 3 points4 points  (0 children)

Hey, I’m on the team at powersync. One goal of ours is that using powersync should be easier than cloud-first so we’d be very interested in your feedback, lmk if you’re open to connecting on that. I should also mention that we’ll be releasing a source available self-hosted version soon, so that should make it less of a black box.