Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MariaDB (MySQL) Database #223

Open
igorer88 opened this issue May 28, 2016 · 8 comments
Open

MariaDB (MySQL) Database #223

igorer88 opened this issue May 28, 2016 · 8 comments

Comments

@igorer88
Copy link

Is it possible to make the database abstraction layer works with mySQLor MariaDB database?

@curioussavage
Copy link

Any database options would be nice. stupid node-sqlite3 module can be a pain to install

@tracker1
Copy link
Contributor

Not sure, but something embedded is probably the best option... I'm not sure how good/bad the firebird bindings are (that would at least give the option to switching to standalone with only a config change)... there's also levelup, which could be used to run a separate data service layer for the application, while still being embedible.

@curioussavage
Copy link

Something like https://github.com/louischatriot/nedb would be nice IMO. Looking at https://github.com/jansmolders86/mediacenterjs/blob/fc56fb89c229687fb7587113aca823a00af18073/lib/utils/database-schema.js it seems like a document database would be fine. Plus its just another javascript module so pretty much zero chances of problems installing unlike sqlite3 which wouldn't compile on my mac or raspberry pi.

@jansmolders86
Copy link
Owner

Sounds like a wonderful option. The whole sqlite thing is an eye sour for sure.

@igorer88
Copy link
Author

It's has been some time, since I checked this issue. There's has been any update that we could work with?

@igorer88
Copy link
Author

@jansmolders86 dropped out the project???

@tracker1
Copy link
Contributor

@igorer88 iirc, he's just been busy and hasn't had a lot of time to dedicate to this project.

Personally, I've been using NVidia Shield TV, so don't even have an HTPC hooked up anymore. I have wanted to find time to work from this project to create a mediacenter server that uses chromecast. Basically a web interface for control on a more powerful desktop/server, that can be controlled via phone/tablet and chromecast to the TV(s) in the house. Just haven't had the time to really even look at this project.

Aside, wonder how well this might work with the new rpi4.

@igorer88
Copy link
Author

Well, I guess I'll see how the project evolves...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants