Hacker News
- Pg_hint_plan: Force PostgreSQL to execute query plans the way you want https://github.com/ossc-db/pg_hint_plan 115 comments
- Want to learn the Fundamentals of PostgreSQL? Here you go! https://www.odinschool.com/varsity/postgresql-fundamentals 4 comments postgresql
- Beta Testers Wanted: New Postgres Monitoring Add-on https://postgresmonitor.com/ 3 comments heroku
- Anything I Want With Sequel And Postgres https://janko.io/anything-i-want-with-sequel-and-postgres/ 4 comments ruby
- An attempt to make postgresql functions in Golang (if someone want's to help, you're welcome) https://github.com/microo8/plgo 8 comments golang
- Unit testing for web apps with postgres! Help wanted! https://www.reddit.com/r/golang/comments/a3eqiz/unit_testing_for_web_apps_with_postgres_help/ 7 comments golang
- Built a console based database viewer/editor. Only works with SQLite3 atm, but will add MySQL and PostgreSQL as well if people want it. https://github.com/coffeeandscripts/sqlcrush 24 comments programming
- For those who want to self-host PostgreSQL https://github.com/realchandan/postgres_setup 13 comments postgresql
- Want to jump into .NET Core? Take a look at my .NET Core website boilerplate! Razor pages, PostgreSQL(EF), Google/Reddit/GitHub OAuth logins, Adminer, Let's Encrypt for SSL certificates, Nginx for routing. Examples of data rendering, auth gating, auth method management & more! Feedback is welcome! https://github.com/scharkee/netcore-postgres-oauth-boiler 3 comments webdev
- Just joined a company in a sunset industry, data is in Excel. I want to migrate from Excel to PostgreSQL. I have zero knowledge in SQL, but i have some experience in programming using MatLab. Is this possible? I am thinking of Jose Portilla's course on Udemy as starting point. https://bubble.io/ 25 comments sql
- I wrote a post about using the sodiumoxide crate to hash passwords and then store them in a postgres db with sqlx. I wanted to share it because I'm learning too and when I went looking for information I didn't find much. There is also a github repo with working code examples. Feedback is welcome! https://blue42.net/code/rust/examples/sodiumoxide-password-hashing/post/ 6 comments rust
- First time learning rails, using PostgreSQL since I want to use Heroku. Have not found a good Rails tutorial with PostGreSQL for Mac so I decided to create a blog and post one myself. Constructive criticism most welcome! http://blog.mabdulrazeg.com/2013/01/installing-and-running-rails-with.html 10 comments rails