wyhaya

Results 48 comments of wyhaya

Thanks for your feedback. Note: Switch database is not supported yet. We use `connection pool` behind the scenes. When using `USE DATABASE` to switch database, it will only switch in...

@mustafa0x Thanks for the feedback, at the moment Dataflare is only a client app. We don't have plans to do this yet, but self-hosting looks like an advantage and I'll...

There is now a very simple interface that displays `Functions`, but there is still some work to be done to actually complete it. In the future it will support `create...

Another way I can think of is to allow write `JavaScript` script to rewrite cell, but that may be too complicated for many people. ```javascript export const rewriteCellValue = (table,...

Thank you for your feedback! Dataflare is designed in `single connection` mode, and keeping the tabs directly would present some issues. This problem will be resolved when Dataflare support opening...

Do you have `TCP/IP` protocal enabled? Dataflare does not currently support `Shared Memory` and `Named Pipes`, so `TCP/IP` must be enabled. ![tcp-ip](https://github.com/DataflareApp/Dataflare/assets/23690145/799c97b2-6c75-4cf6-8e83-b4b5389810f6) When enabled `Currently logged in user` should work...

@MeesPos I am currently busy with other tasks, but I will consider adding it when I come back to it later.

Thanks for the suggestion, I don't know much about SurrealDB but it looks good and I'll give it a try!