Data Analysis Series
When CSV Stops Being Enough
While A CSV file is great for keeping records, one thing it cannot do is to show relationships. This is where the need for a database comes into the picture.
read moreAlternative Ways
Sqlite: The Database You Already Have
This is my favorite database due to its size and power: Sqlite. Why do I prize it like this when there are other popular databases like PostgreSQL, MySql and so on? The answer lies in its availability and what I can do with it.
read more