unicenta-pos icon indicating copy to clipboard operation
unicenta-pos copied to clipboard

ADD SQLite Database Support

Open fadi123go opened this issue 11 months ago • 4 comments

Unicenta pos uses maria db, but is there a posssibility you may add an sqlite option?

fadi123go avatar Jan 24 '25 19:01 fadi123go

Why would you want to use SQLite? It is quite a lightweight RDBMS making it not ideal for a big and complex application like unicentaopos.

gablex avatar Jan 25 '25 18:01 gablex

It would make unicenta pos function like a standalone app and very easy to install for very small shops without the need of setting up servers and with little technical skill . Sqlite can be capable enough for single users.

fadi123go avatar Jan 25 '25 20:01 fadi123go

Sqlite is not suported and I have not plan now But, open to accept contribuition.

Currently you can use an alternative embedded java data base HSQLDB, os good for small Business that only have a single user

HSQLDB JDBC driver is alreday provide

You just need to configure,

Read more

https://github.com/poolborges/unicenta-pos/blob/main/docs/guide-devel/src/main/asciidoc/chapters/database-overview.adoc

poolborges avatar Feb 04 '25 00:02 poolborges

Thanks a lot.

fadi123go avatar Feb 05 '25 14:02 fadi123go