-
Notifications
You must be signed in to change notification settings - Fork 246
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
Comments
Any database options would be nice. stupid node-sqlite3 module can be a pain to install |
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. |
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. |
Sounds like a wonderful option. The whole sqlite thing is an eye sour for sure. |
It's has been some time, since I checked this issue. There's has been any update that we could work with? |
@jansmolders86 dropped out the project??? |
@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. |
Well, I guess I'll see how the project evolves... |
Is it possible to make the database abstraction layer works with mySQLor MariaDB database?
The text was updated successfully, but these errors were encountered: