[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: miku maid.png (214 KB, 2304x3072)
214 KB PNG
What are you Dalits working on?
Previous: >>108717901
>>
File: 15daa77f7746a0f0.png (9 KB, 670x141)
9 KB PNG
>>108740331
>Dalits
>>
File: 1777443450692240.png (534 KB, 736x736)
534 KB PNG
Ah good someone made the real thread
>>
Just made my FuzeDBI library work with SQLite as well as Postgres. the SQLite version is sloppy as hell but it works.
basically it lets you do shit like this, and have it work for multiple DB engines:
for (auto permission_collection_tuple : fuze_dbi->queryRows<std::tuple<int, std::optional<int>, std::optional<int>>>("SELECT id, account_id, permission_group_id FROM permission_collection WHERE permission_object_id = $1", this->id)) {
for (auto permission_setting_tuple : fuze_dbi->queryRows<std::tuple<int, int, int>>("SELECT id, permission_number, setting FROM permission_setting WHERE permission_collection_id = $1", new_permission_collection.getId())) {
}
}
fuze_dbi->query<void>("INSERT INTO permission_group_heirarchy(rank, permission_group) VALUES ($1, $2)", rank, this->ordered_groups[rank])

It's a more lightweight/less abstracted way of managing data compared to an ORM.
>>
>>108740411
SAAR
>>
Bumping this one for actual programming.
>>
>>108740446
I mean I did make this the Dalit thread
>>
>>108740411
Next time post that shit as a screenshot, it would at least won't require scrolling.
>>
>>108740605
Sorry, didn't know 4chan would cuck the code like that
>>
>>108740823
>>
File: pocky.gif (923 KB, 500x281)
923 KB GIF
I have to study front end a bit this weekend. Jobs are all full stack now days and my React and TypeScript skills are getting Rust-y.
>>
I want a maid wife highkey



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.