[DiscordArchive] I would just try it out with MariaDB and see if it connects. Or does it need to be Postgres?
[DiscordArchive] I would just try it out with MariaDB and see if it connects. Or does it need to be Postgres?
Archived author: Hacki • Posted: 2021-04-07T17:33:26.526000+00:00
Original source
I would just try it out with MariaDB and see if it connects. Or does it need to be Postgres?
Archived author: Hacki • Posted: 2021-04-07T17:33:51.349000+00:00
Original source
Also there is some kind of mysql connector class if I remember right
Archived author: ReynoldsCahoon • Posted: 2021-04-07T17:34:02.763000+00:00
Original source
Nah, I was using Postgres as an example. More curious actually (for insane reasons) in SQLite.
Archived author: Hacki • Posted: 2021-04-07T17:36:06.366000+00:00
Original source
Uhm... I guess that one might need some changes to the core
Archived author: Hacki • Posted: 2021-04-07T17:36:11.669000+00:00
Original source
I guess its not trivial
Archived author: ReynoldsCahoon • Posted: 2021-04-07T17:41:03.199000+00:00
Original source
A lot of people without technical knowledge want to spin up a server to play on themselves, or with a few friends.
I was toying with thoughts of using something like SQLite which gets built into the app itself, so there isn't a reliance on setting up a local MySQL (or other-SQL) instance on their machine.
I think repacks are good candidates for malicious actors to distribute junk code, and adding a way to run the database within the server core itself could eliminate the need for traditional repacks for people who are just looking for an easy way to load up the game for themselves and a few friends.
Also was toying with the idea of an ad-hoc distributed server system that would be driven by something like that.
Archived author: ReynoldsCahoon • Posted: 2021-04-07T17:41:40.920000+00:00
Original source
A lot of people without technical knowledge want to spin up a server to play on themselves, or with a few friends.
I was toying with thoughts of using something like SQLite which gets built into the app itself, so there isn't a reliance on setting up a local MySQL (or other-SQL) instance on their machine.
I think repacks are good candidates for malicious actors to distribute junk code, and adding a way to run the database within the server core itself could eliminate the need for traditional repacks for people who are just looking for an easy way to load up the game for themselves and a few friends.
Also was toying with the idea of an ad-hoc distributed server system that would be driven by something like that.
Archived author: Hacki • Posted: 2021-04-07T17:45:23.313000+00:00
Original source
Sounds like a neat idea. Not sure if SQLite works really good for such applications though. You could always give it a try I guess there would be people who might want to use this.
Archived author: ReynoldsCahoon • Posted: 2021-04-07T17:45:37.423000+00:00
Original source
Yeah, I'd be curious about performance.
Archived author: Kitzunu • Posted: 2021-04-07T17:48:37.543000+00:00
Original source
tbh if you follow the written guides, especially the AC one for windows that will be updated it is super easy to install.