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
#go #dotenv #environment_variables #go #golang

GoDotEnv is a tool for Go programming that loads environment variables from a `.env` file, making it easier to manage configuration settings like database credentials or API keys outside your code. This helps keep your code clean and secure, and lets you switch easily between different environments (development, testing, production) by using different `.env` files. You can use it as a library in your Go apps or as a command-line tool. It supports comments, multiple files, and works on Linux and Windows. This simplifies setup and improves security by keeping sensitive info out of your codebase[1][4].

https://github.com/joho/godotenv
#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