mrhead / stimulus-search

Search autocomplete with Stimulus JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No DB

reiz opened this issue · comments

It's not an issue but it would be nice if this demo would work without a hard dependency to any database. By default I have no SQL database installed on my machine. That makes it more difficult to try out this demo. For demo purposes only it would be completely enough if the controller would return a hard coded list.

The app uses SQLite, which is installed by the sqlite3 gem. I think that it's a pretty low-cost dependency.