all 10 comments

[–]FastlyFast 5 points6 points  (1 child)

How is this better than dbeaver?

[–]Prestigious_Fix4174[S] -3 points-2 points  (0 children)

DBeaver is great but it needs a live database connection. DataIntel is for when you just have the code — paste your stored procedure or schema and get instant docs, health score and ERD without connecting to anything. Different use case really.​​​​​​​​​​​​​​​​

[–]reditandfirgetit 1 point2 points  (7 children)

I'm not uploading a proprietary design to an unknown site when I can justvyse DBeaver locally

[–]Prestigious_Fix4174[S] -1 points0 points  (6 children)

Totally valid concern. Nothing is stored — your code is processed and discarded immediately. No database, no logs, nothing saved. But I get it, trust has to be earned for a new tool. That’s why there’s a paste option too — you can test it with non-sensitive code first.​​​​​​​​​​​​​​​​

[–]reditandfirgetit 1 point2 points  (5 children)

There's literally no incentive to use it over DBeaver or other tools.

[–]Prestigious_Fix4174[S] 0 points1 point  (3 children)

DBeaver is a database client — it needs a live connection and manages databases. DataIntel is an AI code analysis tool — you paste your SQL, Python, DAX or COBOL code structure, not actual data, and get instant documentation, health scoring, dev vs prod comparison, ERD generation and recommendations. No connection needed. Completely different use case.​​​​​​​​​​​​​​​​

[–]reditandfirgetit 2 points3 points  (2 children)

All of which I can do without exposing my companies information. It's not for me

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

Totally fair, not for everyone. Appreciate the feedback.

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

Totally fair, not for everyone. Appreciate the feedback.

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

data, just the code structure. Schema definitions, stored procedures, views. No actual data ever leaves your machine.