Databases

Jorm.jl – An Object Relational Mapper for Julia

Object Relational Mapping (ORM) is a powerful technique that bridges the gap between object-oriented programming languages and relational databases. It simplifies the work of developers when dealing with SQL related databases, making it easier. Jorm.jl is a simple ORM tool designed to simplify interactions between Julia applications and relational databases. This article will delve into what Jorm.jl is, …

Jorm.jl – An Object Relational Mapper for Julia Read More »

Logging into PostgreSQL without password prompt

Postgresql is a powerful opensource database software that is very useful as botha production and development database management software.In this tutorial we will explore three ways we can log into a postgresql database without password prompt. By default, when logging into postgresql using psql, you will encounter the fatal error of authentication. psql: error: connection …

Logging into PostgreSQL without password prompt Read More »