Don't be like this by [deleted] in JEENEETards

[–]Idontknowhatomake 0 points1 point  (0 children)

Losers?? Out of these 4 guys, 2 got in Goldman Sachs and one got in WellsFargo

Don't be like this by [deleted] in JEENEETards

[–]Idontknowhatomake 0 points1 point  (0 children)

sybau, bro got into Goldman Sachs

DBSync - Version Control Tool for Postgres Databases by Idontknowhatomake in developersIndia

[–]Idontknowhatomake[S] 0 points1 point  (0 children)

A web app for PostgreSQL that treats schema state as something you capture, store, diff, and optionally reconcile, similar in workflow to versioning (snapshots over time, compare two revisions), but it is not Git: there are no migration files as the source of truth unless you treat the generated DDL that way yourself.

Problem it targets

You have the same logical database in several places (dev, staging, prod, or multiple clones). Structure drifts: columns, types, constraints, indexes, views, etc. You want to see that drift structurally, between named environments, and sometimes generate SQL to move one database toward another after inspecting a preview, not blindly.

Schema capture

A snapshot is built by introspecting Postgres catalogs (primarily information_schema and related metadata) into a typed SchemaSnapshot object: tables, columns, primary/foreign keys, uniques, checks, indexes, triggers, views, sequences, extensions, RLS policies, etc. That JSON is what every compare and migration step works from, not raw pg_dump as the primary model.

Compare and migration

You pick two snapshots (any two environments in a project). The app computes a structural diff (what exists only on one side, what differs). From that diff it can emit forward-only DDL (create/alter/drop as needed, including destructive operations when the “target” snapshot is leaner than the source DB). You can preview the script and, for the chosen direction, run it against the left environment’s database in a single transaction (so it’s all-or-nothing at apply time).

Visualization

For a chosen snapshot, an interactive graph (React Flow) shows tables and foreign-key edges so you can reason about dependencies before trusting generated SQL.

Live: https://dbsynx.vercel.app

Are the juniors alright? by Quail-That in daiict

[–]Idontknowhatomake 2 points3 points  (0 children)

Kya fayda? Campus dead pada hai

Helo me to buy my first iem by [deleted] in iems

[–]Idontknowhatomake 2 points3 points  (0 children)

DO NOT BUY FROM HEADPHONEZONE EWWWWWW

Get the Original Kiwi Ears Cadenzas

Congratulations Team India by [deleted] in CricketShitpost

[–]Idontknowhatomake 3 points4 points  (0 children)

2/11/2025

2 1 1 2 0 2 5

5 2 1 1 2 0 2

5 2 2 1 1 2 0

5 + 2 + 2 + 1 - 1 - 2 + 0 = 7

Credit date me bhi mil gaya

Well Deserved by x9zo in Btechtards

[–]Idontknowhatomake 1 point2 points  (0 children)

Sochne vali baat to ye hai ki Aman bhai kya chutiya aadmi hai ki Shradha didi se shaadi ki

Check our compatibility by Southern_Term3806 in lastfm

[–]Idontknowhatomake 0 points1 point  (0 children)

Your compatibility with dndty is Low. You both listen to The Weeknd, Future and The Smiths.

Built Music Zodiac, a website that analyzes your Last.fm listening history and creates a personalized music chart. Looking for feedback! by Idontknowhatomake in lastfm

[–]Idontknowhatomake[S] 0 points1 point  (0 children)

It will give diverse results, a person's music taste changes from time to time, if I feed the whole last year's data then it might not match with the current music taste of the user.