Fix metadata for new post

This commit is contained in:
Adrian Sampson 2016-06-19 13:38:15 -07:00
parent 5ee768b573
commit 75768c7479
2 changed files with 12 additions and 1 deletions

View file

@ -6,3 +6,12 @@ highlighter: null
url: http://beets.io
permalink: /blog/:title.html
defaults:
-
scope:
path: ""
type: posts
values:
layout: main
section: blog

View file

@ -1,4 +1,6 @@
# we're pretty happy with SQLite & not urgently interested in a fancier DBMS
---
title: "we're pretty happy with SQLite & not urgently interested in a fancier DBMS"
---
Every once in a while, someone suggests that beets should use a "real database." I think this means storing music metadata in [PostgreSQL][] or [MySQL][] as an alternative to our current [SQLite][] database. The idea is that a more complicated DBMS should be faster, especially for huge music libraries.