Using another Database instead of MySQL #1043
Unanswered
Balachandar-Ganesan
asked this question in
Q&A
Replies: 3 comments 1 reply
-
@marcelfolaron I'm not aware of anything we have to help support this at this time. FYI here in case you haven't seen it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey,
We currently do not have support for other dbs (nosql, postgres etc)
Postgres might be the closest db that could work with just a few updates.
I don't see how we would get nosql to work without significant rework.
Happy to discuss if there are adapters or similar that could make that work.
The entire script can be found in
https://github.com/Leantime/leantime/blob/1465c70c7b5881e89712c67502fbd85058f86cc0/src/domain/install/repositories/class.install.php#L306
There are a few variables that are set in that call but this should give
you a starting point.
…On Thu, Oct 20, 2022 at 1:14 PM gloriafolaron ***@***.***> wrote:
@marcelfolaron <https://github.com/marcelfolaron> I'm not aware of
anything we have to help support this at this time. FYI here in case you
haven't seen it.
—
Reply to this email directly, view it on GitHub
<#1043 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFS3X26FIPYNSETAS5TWEF4XVANCNFSM6AAAAAARGVWULQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks a lot for the reply. SingleStore is not a NoSQL product. It is a SQL
based product only. Distributed DB. Liked what you have done. But wanted to
port the same to Singlestore as a part of the hackathon it is conducting,
Regards
Bala Ganesan.
On Fri, Oct 21, 2022 at 5:11 PM Marcel Folaron ***@***.***>
wrote:
… Hey,
We currently do not have support for other dbs (nosql, postgres etc)
Postgres might be the closest db that could work with just a few updates.
I don't see how we would get nosql to work without significant rework.
Happy to discuss if there are adapters or similar that could make that
work.
The entire script can be found in
https://github.com/Leantime/leantime/blob/1465c70c7b5881e89712c67502fbd85058f86cc0/src/domain/install/repositories/class.install.php#L306
There are a few variables that are set in that call but this should give
you a starting point.
On Thu, Oct 20, 2022 at 1:14 PM gloriafolaron ***@***.***>
wrote:
> @marcelfolaron <https://github.com/marcelfolaron> I'm not aware of
> anything we have to help support this at this time. FYI here in case you
> haven't seen it.
>
> —
> Reply to this email directly, view it on GitHub
> <
#1043 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ALG4EFS3X26FIPYNSETAS5TWEF4XVANCNFSM6AAAAAARGVWULQ
>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#1043 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AY2GWDZN4ACMQWD5GEAOSITWEJ6O7ANCNFSM6AAAAAARGVWULQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Want to port LeanTime from PHP/MySQL into PHP/Another back end either NoSQL,Postgres,SingleStore. Where I do I get the current script and the model. Seems like complete installation needed for creating the needed tables. Any work around to get MySQL scripts for LeanTime.IO
Regards
Bala Ganesan.
Beta Was this translation helpful? Give feedback.
All reactions