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

Replace Mock Storage with SQLite Database Integration #5

Open
4 tasks
undefdev opened this issue Oct 8, 2023 · 0 comments
Open
4 tasks

Replace Mock Storage with SQLite Database Integration #5

undefdev opened this issue Oct 8, 2023 · 0 comments

Comments

@undefdev
Copy link
Owner

undefdev commented Oct 8, 2023

To enhance the functionality of the SimpleX Chat library and align it with real-world scenarios, we should replace the current mock storage system with an SQLite database. This will allow for persistent storage of messages, profiles, and other relevant data.

  • Implement an SQLite database schema that matches the storage requirements of the SimpleX Chat protocol.
  • Ensure compatibility with the SQLite database structure of the official Haskell client.
  • Update all database-related operations in the library (e.g., message storage, profile management) to use the SQLite database.
  • Test the new SQLite integration thoroughly to ensure data integrity, compatibility, and performance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant