2017-08-31 11:33:17 -07:00
|
|
|
theme: jekyll-theme-minimal
|
2017-09-01 19:30:32 -07:00
|
|
|
title: Let's Build a Simple Database
|
2017-08-31 11:33:17 -07:00
|
|
|
description: Writing a sqlite clone from scratch in C
|
2017-09-01 19:19:13 -07:00
|
|
|
google_analytics: UA-105767942-1
|
2017-09-01 18:32:27 -07:00
|
|
|
collections:
|
|
|
|
|
parts:
|
|
|
|
|
output: true
|
|
|
|
|
defaults:
|
|
|
|
|
- scope:
|
|
|
|
|
path: ""
|
|
|
|
|
type: parts
|
|
|
|
|
values:
|
|
|
|
|
layout: default
|