Press Space to continue
Finding signal on Twitter is more difficult than it used to be. We curate the best tweets on topics like AI, startups, and product development every weekday so you can focus on what matters.
Press Space to continue
Press Space to continue
had opencode build a way to declaratively apply a schema to a sqlite db in any state - first pass iterated table by table and tried to mutate db to get it to match - i told it to try an ast, diff, apply method - it did that but the public apis were ugly - told it to offer a diff(db, schema) -> ops and apply(db, ops) api it did most of the work but needed me to make something great