Skip to content
New issue

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

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

Already on GitHub? # to your account

Add clickable sections for OLTP and SQLite explanation in README #459

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mbaneshi
Copy link

  • Added collapsible sections using <details> and <summary> tags in the README.
  • Included a detailed but concise explanation of OLTP (Online Transaction Processing) systems, where they shine, and their real-world applications (e.g., banking system).
  • Added a section explaining how SQLite fits into OLTP, highlighting its advantages for small-scale, embedded, and mobile applications.
  • Both sections are designed to improve accessibility and understanding for users unfamiliar with these concepts.

- Added collapsible sections using `<details>` and `<summary>` tags in the README.
- Included a detailed but concise explanation of OLTP (Online Transaction Processing) systems, where they shine, and their real-world applications (e.g., banking system).
- Added a section explaining how SQLite fits into OLTP, highlighting its advantages for small-scale, embedded, and mobile applications.
- Both sections are designed to improve accessibility and understanding for users unfamiliar with these concepts.
Add clickable sections for OLTP and SQLite explanation in README
@penberg
Copy link
Collaborator

penberg commented Dec 13, 2024

Hey @mbaneshi, thanks for doing this! I think we ought to add "web applications" there too because SQLite is pretty popular in that space with Ruby on Rails, for example, supporting SQLite by default IIRC.

Also, can we please just move this text to docs/manual.md? It's a lot of text and as @seonWKim suggested on Discord, we should just start writing docs for this thing.

@mbaneshi
Copy link
Author

You are welcome. It is up to you. Please do what you think works; I have no idea.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants