Building a Web Server in Go: Database Accesses
In web development, a database needs to be used to store user data, media items, comments, etc. There are several different types databases you could use, and although I will not cover them in this article here are a few: Relational Databases (SQL) MySQL PostgreSQL SQLite SQL Server Oracle Database Sybase Key-Value (NoSQL) Redis BerkleyDB […]