kiswa / TaskBoard

A Kanban-inspired app for keeping track of things that need to get done. (Don't forget to read the Wiki page!)
http://taskboard.matthewross.me
MIT License
1.38k stars 303 forks source link

Support of MySQL #105

Closed climb4fun closed 9 years ago

climb4fun commented 9 years ago

Dear all,

first of all, it seems this is a great application. Go ahead.

My web hoster didn't provide sqllite, but MySQL. Is it intended to support MySQL as well?

Thx and regards

climb4fun

kiswa commented 9 years ago

It is intended to only use sqlite. However, you could easily use MySql by editing line 31 in api\api.php

Just take a look at how to setup a RedbeanPHP connection.

climb4fun commented 9 years ago

Hi Kiswa,

just let me confirm, it works well.

Thx

Klaus

loclamor commented 8 years ago

Works fine for me too as Sqlite backend failed on Ubuntu 14.10 Server