Hey all! I’ve built a tool for running NetSuite Qu...
# suiteql
t
Hey all! I’ve built a tool for running NetSuite Queries with VS Code. It also has a database explorer. If that’s interesting to you take a look. At the very least it is a good Python example of making a JDBC connection to NS2. If you think it might be useful to you one day, give it a star. I’d really appreciate it. https://github.com/Minimistro32/ns_query_studio Also if you know of somewhere else to spread the word, let me know and I’ll try to share it there too. Slack Conversation
👍 1
r
What's the maximum limit of rows it can bring back ?
t
No maximum limit.
It isn’t a rest connection so the 1000 row limit doesn’t apply.
r
100k rows in a single call, I assume. Will try it regardless.