this post was submitted on 07 Oct 2024
190 points (99.5% liked)

Programmer Humor

1376 readers
1 users here now

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] corroded 31 points 1 month ago (6 children)

You've got to wrap the already basically-just-English SQL database in a layer of abstraction, then serve that as a proprietary API that's impossible to access without a precompiled library that targets a programming language you're not using and exposes methods that are 10x more difficult to use than a SELECT statement.

[–] SirQuackTheDuck 8 points 1 month ago (1 children)

My job consists of creating internal apis for databases to be consumed by internal systems. So yes, wrapping databases in APIs is very common and sometimes required.

The part I find weird of my job, is that the database isn't one of our team. We're accessing someone else's database, to be consumed by our own api, and writing a api to do so nicely. That's the crooked part.

[–] Crackhappy 1 points 1 month ago (1 children)

This is insanely common, tbh.

[–] SirQuackTheDuck 1 points 1 month ago

It's common, but still a tad weird.

load more comments (4 replies)