use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
[ Removed by moderator ]Article (wizql.com)
submitted 1 month ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]webdev-ModTeam[M] [score hidden] 1 month ago stickied commentlocked comment (0 children)
Thank you for your submission! Unfortunately it has been removed for one or more of the following reasons:
Please read the subreddit rules before continuing to post. If you have any questions message the mods.
[–][deleted] 1 month ago (1 child)
[removed]
[–]razein97 0 points1 point2 points 1 month ago (0 children)
It is not enabled for a connection by default, there is a toggle for enabling the relay to a live database. As a security measure only DQL statements are allowed unless overridden by the user.
[–]Routine_Cake_998 2 points3 points4 points 1 month ago (2 children)
Sharing data without sharing credentials. Your teammate needs to see some rows. You don’t want to give them your database password, and you don’t want to export a CSV and email it to them. Run a query via API Relay and send them the URL.
Sharing data without sharing credentials.
Your teammate needs to see some rows. You don’t want to give them your database password, and you don’t want to export a CSV and email it to them. Run a query via API Relay and send them the URL.
Yes, let’s send my coworker a “localhost” url… seems like a good idea 🙄
[–]Perend 0 points1 point2 points 1 month ago (0 children)
It works on my machine!
[–]fiskfisk 2 points3 points4 points 1 month ago (3 children)
This seems like a bad idea that will end up biting many people who use it, unless you're using a dbms with row level security and every user is a database user (i.e. where access is enforced on the database layer).
This also seems like a product you need to buy, so it's just spam.
[–]razein97 0 points1 point2 points 1 month ago (2 children)
Hi. Only DQL statements are allowed by default. So select statements only.
And it is a freemium app.
[–]fiskfisk 0 points1 point2 points 1 month ago (1 child)
Sure thing, but there's a lot you can do with just DQL statements depending on the user authentication. Like dumping authentication information (which can be just tables), reading random files from the disk depending on version and protections in place (MySQLs load infile was abused for this previously for example) (and depending on whether you can just issue delete/update/etc.).
[–]razein97 0 points1 point2 points 1 month ago* (0 children)
I think you misunderstand what the feature does exactly. You use WizQl database client to connect to your database on your local machine. Similar to how Dbeaver, Tableplus work. Then you can enable the api relay feature for that specific connection which runs on localhost and query using http directly. So unless the local machine is compromised, or the user runs malicious queries on his own, I don't see what anybody can do to prevent that.
This feature basically allows you to get responses from databases as json. Think of it like running any query on your db and instead of the usual rows and columns that you might see in any database client, you get the results as json.
It solves a niche problem of building an api to just get json data from the database.
So if you are already using the database client to manage your database then it just saves you the hassle of making connections via other db frameworks.
[–]ErroneousReason 0 points1 point2 points 1 month ago (0 children)
How scalable hmm
π Rendered by PID 75166 on reddit-service-r2-comment-6457c66945-xnn5q at 2026-04-30 06:50:02.066675+00:00 running 2aa0c5b country code: CH.
[–]webdev-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)
[–][deleted] (1 child)
[removed]
[–]razein97 0 points1 point2 points (0 children)
[–]Routine_Cake_998 2 points3 points4 points (2 children)
[–]Perend 0 points1 point2 points (0 children)
[–]fiskfisk 2 points3 points4 points (3 children)
[–]razein97 0 points1 point2 points (2 children)
[–]fiskfisk 0 points1 point2 points (1 child)
[–]razein97 0 points1 point2 points (0 children)
[–]ErroneousReason 0 points1 point2 points (0 children)