<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Go_sql</id>
	<title>Go sql - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Go_sql"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Go_sql&amp;action=history"/>
	<updated>2026-04-19T20:24:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Go_sql&amp;diff=5193&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` sqlx: Provides a set of extensions on top of the standard Go database/sql library, adding support for fluent query building, struct mapping, and more.  gorm: An ORM (Objec...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Go_sql&amp;diff=5193&amp;oldid=prev"/>
		<updated>2024-04-10T22:26:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` sqlx: Provides a set of extensions on top of the standard Go database/sql library, adding support for fluent query building, struct mapping, and more.  gorm: An ORM (Objec...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
sqlx: Provides a set of extensions on top of the standard Go database/sql library, adding support for fluent query building, struct mapping, and more.&lt;br /&gt;
&lt;br /&gt;
gorm: An ORM (Object-Relational Mapping) library that simplifies database interactions by abstracting away SQL queries and allowing you to work with Go structs directly.&lt;br /&gt;
&lt;br /&gt;
pgx: A PostgreSQL driver and toolkit that offers a lower-level interface compared to database/sql, providing more control and performance optimizations.&lt;br /&gt;
&lt;br /&gt;
sqlboiler: Another ORM library that generates Go code based on your database schema, allowing for type-safe queries and reducing boilerplate code.&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>