今日已更新 172 条资讯 | 累计 37723 条内容
关于我们

标签:#news

找到 14610 篇相关文章

AI 资讯

Rockstar finally responds to ‘heartbreaking’ GTA 6 leaks

Rockstar Games has released its first official statement following days of sustained leaks of footage from Grand Theft Auto VI, calling the period "heartbreaking for our team." Not long after Rockstar posted, the source of the leaks posted another video clip of the game, this time showing the Jason character pulling off the series' trademark […]

2026-08-26 原文 →
AI 资讯

Show HN: DBLift – database migration management for Python teams

I’ve been working for a while on DBLift, an open-source database migration toolkit for Python teams. DBLift follows the same model flyway does with the same main commands and the same history table structure making it easy to switch from one to the other with the import_flyway command. By default DBLift is out of order meaning that any unapplied migration is eligible to be applied contrary to flyway which refuse to apply any migration with a lower version until you force it. You can still apply

2026-08-26 原文 →
AI 资讯

Show HN: Typebase – A single-folder back end you write in TypeScript

Hey HN! I built Typebase, a library that gives you Convex's DX with Supabase's openness. After trying Supabase I liked how fast it is to spin up a DB and auth, but really didn't like using RLS and SQL for authorization. With Convex I loved how your server "lives" in your code, but disliked the DB model and the realtime-first defaults. With Typebase you just write TS files inside a typebase/ folder in your existing repo. You can define your DB tables inside a schema.ts file and export server func

2026-08-26 原文 →