Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Database sqlite or sqlite3 instead of mysqli #3978

Open
1 task done
asakpke opened this issue Apr 27, 2024 · 2 comments
Open
1 task done

[Feature]: Database sqlite or sqlite3 instead of mysqli #3978

asakpke opened this issue Apr 27, 2024 · 2 comments

Comments

@asakpke
Copy link
Contributor

asakpke commented Apr 27, 2024

Type of Feature

✨ New Feature

OpensourcePOS Version

opensourcepos 3.3.9

Description

Have anybody tried dbdriver as sqlite or sqlite3 instead of mysqli at file application/config/database.php?

Some people use OpenSourcePOS as stand alone web app, so sqlite is more suitable for such purpose.

It was already requested #1236

Additional Information

If it supports sqlite then we can create stand alone electron app for desktop OS.

Verify you searched open requests in OpensourcePOS

  • I agree I have searched Open Requests
@hoststatic
Copy link

mysql is good imo, main developers know better. if you using for e certain purpose example sqlite why not use somthing like a rest api between the app/project and ospos.

@jekkos
Copy link
Member

jekkos commented Apr 30, 2024

That's an interesting case, storing all db things in a file might make the setup a bit easier. I know that some projects just configure sqlite by default, which relieves you from the burden of running a database as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants