From 901618824a794f4ad1551989c9494f77ac83459f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 31 Dec 2015 19:09:48 +0000 Subject: mlib: warn about non-SQLite databases becoming unsupported For a music collection (even a large one), SQLite is sufficient and less overhead than all of Sequel. --- lib/dtas/mlib.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/dtas/mlib.rb b/lib/dtas/mlib.rb index d883523..0012159 100644 --- a/lib/dtas/mlib.rb +++ b/lib/dtas/mlib.rb @@ -41,6 +41,8 @@ class DTAS::Mlib # :nodoc: db.transaction_mode = :immediate db.synchronous = :off db.case_sensitive_like = false + else + warn 'non-SQLite databases may not work in the future' end @db = db @pwd = nil -- cgit v1.2.3-24-ge0c7