>the app asked me for access to read text and images of my clipboard
yeah, that's the browser asking for permission to read and write to the clipboard
>it seems like your app can read anything of my clipboard at any time
only when you paste, the app reads the latest entry in your clipboard, and only if it is a valid json object of a table, note, or subject area, it gets imported
>If 100 people per month can pay 50$, that's 5k which is very nice for a side project!
sounds too good to be true xd
>For myself, I absolutely would love this as a Django plugin!
after migrations, will be adding orms. or some plug in system for anyone to add whatever they want. don't know how but would be a fun feature to work on
where i'm currently based, every single cent that can be considered income is tracked and taxed. plus i would have to declare its origin. so there's definitely some legal set up before monetization
hehe mine was up and running way before theirs. but we have diverged quite a bit. might be biased but i think mine is easier to jump right in. mine is more like the draw.io of database editors while theirs is the miro, yk?
regarding the sql import, it breaks because of the parser. i'm using a 3rd party parser to parse sql and pull out everything needed for the diagram. i'll report it to them, thanks for letting me know
Have been building drawDB[1] for a while now. It's a database schema visualizer. Currently working on adding support for oracle databases. Wrote a parser[2] to allow importing from oracle sql. Have been struggling with motivation though, the pieces are pretty much there but I've been procrastinating on putting it all together. This has been my main side project for almost 2 years now.. I miss the feeling of novelty.. but can't come up with something worth building..idk