GitHub Trends
10.3K subscribers
15.5K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#c_lang #cpp #database #database_management #qt #qt5 #sqlcipher #sqlite #sqlite3_database #wxsqlite3

SQLiteStudio is a free and open-source tool that helps you manage SQLite databases. It works on many different operating systems and is easy to download from various sources, including your OS package manager or the project's GitHub page. Using SQLiteStudio, you can easily create, edit, and manage your SQLite databases without spending any money. This makes it a great tool for anyone who needs to work with SQLite databases, whether you're a beginner or an experienced user.

https://github.com/pawelsalawa/sqlitestudio
#go #cli #database #database_management #dbms #environment #local #postgres #postgresql #supabase

Supabase CLI lets you run Supabase locally, manage database migrations, deploy functions, generate types from your schema, and make secure API calls. Install easily via npm (`npm i supabase --save-dev`), Homebrew, Scoop, or binaries for any OS, then run `supabase init` and `supabase start` to launch your full stack with local URLs and keys. This benefits you by speeding up development, testing changes offline without cloud costs, ensuring type safety, and simplifying CI/CD for reliable deploys.

https://github.com/supabase/cli