<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Crud on Antonio Montemurro</title><link>https://antoniomontemurro.com/en/tags/crud/</link><description>Recent content in Crud on Antonio Montemurro</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 09 Nov 2024 11:27:38 +0000</lastBuildDate><atom:link href="https://antoniomontemurro.com/en/tags/crud/index.xml" rel="self" type="application/rss+xml"/><item><title>Spring Framework – Part 2</title><link>https://antoniomontemurro.com/en/posts/spring-framework-part2/</link><pubDate>Sat, 09 Nov 2024 11:27:38 +0000</pubDate><guid>https://antoniomontemurro.com/en/posts/spring-framework-part2/</guid><description>&lt;h3 id="in-the-previous-articles"&gt;&lt;strong&gt;In the previous articles…&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;As we introduced in the &lt;a href="https://antoniomontemurro.com/en/posts/spring-framework-part1/"&gt;first article&lt;/a&gt;, Spring is an excellent tool for Java application development. We also explored how to set up a basic project and create an initial, simple API.&lt;/p&gt;
&lt;p&gt;In this article, we’ll connect the project to a database, specifically PostgreSQL, and explore how to persist and manipulate saved data.&lt;/p&gt;
&lt;h2 id="postgresql"&gt;PostgreSQL&lt;/h2&gt;
&lt;p&gt;PostgreSQL, originally known as “post-ingres,” was conceived by Michael Stonebraker in 1985. It serves as a robust alternative to other relational databases like MySQL. The key distinction of PostgreSQL lies in its support for defining custom data types (based on standard SQL types) and data type inheritance.&lt;br&gt;
For detailed insights, refer to the &lt;a href="https://www.postgresql.org/about/"&gt;official website&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>