mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Fix metadata for new post
This commit is contained in:
parent
5ee768b573
commit
75768c7479
2 changed files with 12 additions and 1 deletions
|
|
@ -6,3 +6,12 @@ highlighter: null
|
|||
|
||||
url: http://beets.io
|
||||
permalink: /blog/:title.html
|
||||
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: posts
|
||||
values:
|
||||
layout: main
|
||||
section: blog
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue