
Fix the SQLite "attempt to write a readonly database" error
If you’re encountering "General error - 8 attempt to write a readonly database" when working with SQLite, and confused because the write permission’s set on the file, here’s the solution.
If you’re encountering "General error - 8 attempt to write a readonly database" when working with SQLite, and confused because the write permission’s set on the file, here’s the solution.
Here we are on day 9. Today, I dove down a proverbial rabbit hole. While intending to learn more about Go’s Empty Interface, I ended up reading about Abductive and Deductive reasoning, and Duck, structured, and nominal typing.
Here we are on day 8. Today, I started learning about methods, pointer receivers, and interfaces.
Here we are on day 7. Today, I started learning about closures!
Here we are on day 6 – the start of the week two. Today, was a slower day, where I focused on one topic, maps!
Here we are on day 5 – the end of the first week. Today, I solved the Slices exercise!
Here I am at day 4. Today, I learned about the range function and started the slices exercise…but got stuck.
Here I am at day 3. Today, I started learning about pointers, arrays, slices, and structs!
Today was a slightly slower day for learning Go than was yesterday. However, I learned about flow control statements, and defer, panic, and recover.
For the longest time, I’ve been meaning to learn another software development language in-depth, in addition to my primary development language, PHP. I’ve decided that the language is Go.