#elixir #ecto #postgresql #ubuntu #default
How validate postgresql credentials in ubuntu or any linux machines?
https://medium.com/@byteshiva/how-validate-postgresql-credentials-in-ubuntu-or-any-linux-machines-478c438b43fe
How validate postgresql credentials in ubuntu or any linux machines?
https://medium.com/@byteshiva/how-validate-postgresql-credentials-in-ubuntu-or-any-linux-machines-478c438b43fe
Medium
How validate postgresql credentials in ubuntu or any linux machines?
I had issues while trying to create databases using postgres db default users in linux environment.
#postgis #elixir #backend #postgresql
Improvements in a geographical search on a database
https://medium.com/coletiv-stories/improvements-in-a-geographical-search-on-a-database-70c878ed9721
Improvements in a geographical search on a database
https://medium.com/coletiv-stories/improvements-in-a-geographical-search-on-a-database-70c878ed9721
Medium
Improvements in a geographical search on a database
A couple of weeks ago I decided to take a look into one of our service logs, searching for endpoints that could be improved. In order to…
#elixir #postgresql
Ecto UPSERT for different Primary Keys in Elixir
https://hashrocket.com//blog/posts/ecto-upsert-for-different-primary-keys-in-elixir
Ecto UPSERT for different Primary Keys in Elixir
https://hashrocket.com//blog/posts/ecto-upsert-for-different-primary-keys-in-elixir
Hashrocket
Ecto UPSERT for different Primary Keys in Elixir
Let's take a look into Ecto's implementation of PostgreSQL Upsert and how different types of primary keys could change the results of this command. Spoiler alert, you could be surprised by non expected returns, so bare with me.