What is PocketBase? Features, Limitations, and Use Cases

Explore PocketBase: an open-source, self-hosted backend with SQLite database, authentication, and file storage in a single file. Learn its features and limitations

Databases
Guides ·  Updated on November 20, 2025

How to Work with SQL Databases in Go

The article will discuss the use of the database/sql package in Go to connect to a database, execute SQL statements, and handle returned results. It will also cover advanced topics like prepared statements, transactions, and connection pooling.

Databases
Go
PostgreSQL
SQL
Guides ·  Updated on December 19, 2023