1ilit
1ilit
@JamalArshad147 yes absolutely
Thank you! Could you please submit each feature in a separate PR so that they can each be reviewed separately. And no need for drawdb and pdf modals. The modals...
I'm gonna close this issue, this is too vague and requires more than writing the code
Hey there!  AGPL does allow commercial use you just need to open source all the modifications. And yes, I have been thinking of adding paywalled features that's why the...
hello, this is coming from the parser that drawdb uses to import sql statements, will report it, thank you!
Hey! Thanks for reporting. The parser fails on ':'. I just created an [issue](https://github.com/taozhi8833998/node-sql-parser/issues/2020) in the parser repository. Hopefully it will be supported soon.
plus if you focus the text field you can just double click to select
you need to set up the backend as well. the backend handles the gist interactions which are necessary for sharing a diagram. so set up the backend and have the...
did you set up the `.env` files? make sure to have those both on the server and drawdb, and you should be good
the .env in drawdb should be in the following format: ```sh VITE_BACKEND_URL=http://localhost:5000 ``` the .env in drawdb-server should be in the following format: ```sh CLIENT_URLS=http://localhost:5173,http://localhost:5174 # the urls you want...