Hello friends,
Do you think it would be possible to fork and restructure xBrowse?
The plan: a clear separation of data access and presentation to improve maintainability and scalability.
My approach:
Data Access Layer: Separate modules for different databases (DBF, SQL, APIs) to create a unified interface.
xBrowse Display: Data shown only from in-memory arrays, independent of the data source.
Web Integration: Preparing for web applications with JSON data format and API support.
The goal: to make xBrowse simpler, more scalable, and future-proof – for both desktop and web developers.
Best regards,
Otto