-
Notifications
You must be signed in to change notification settings - Fork 77
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
(Feature request) Other databases #832
Comments
The TriliumNext SQLite code can be refactored by using Sequelize, an ORM for modern Node.js:
|
@TC218 , if you're willing to have a go at it, PRs are welcome. On my side I don't expect to be working any time soon on this feature since I believe there are higher priority tasks soon such as supporting multiple SQLite database files and the work-benefit ratio is rather low. |
@eliandoran not interested into that. @kamuridesu why you need this feature ? |
@TC218 I run trilium inside a Kubernetes cluster, so I have some options to setup it:
None of those options are really great and as I do already have postgresql deployed with redundancy and backups it would take a lot less work to deploy trilium or make backups. |
Also can we run trilium without any db, just pure folder and file? |
@shutaozhenzhen , unfortunately that would not be possible. A lot of Trilium features relies on a database such as being able to place the same note into multiple directories, or reordering notes (workarounds can be found, but it would transform Trilium to the point it's a completely different application), or the search system. |
Describe feature
Now that the project has changed from hands, I wonder if other databases like MySQL or PostgreSQL will be supported. This was discussed at zadam/trilium#174, where the author said he wouldn't add it because it would mean more work.
Additional Information
No response
The text was updated successfully, but these errors were encountered: