[
    {
        "role": "user",
        "content": "What%20is%20the%20most%20free%20or%20very%20cheep%20screen%20reader%20accessible%20database%20program%3F"
    },
    {
        "role": "assistant",
        "content": "Here are some free or low-cost database tools and programs, plus tips to help you choose something that works well with screen readers. The most \u201cfree\u201d in this case means open-source or totally free to use. \u201cCheap\u201d means low cost with reasonable licensing or hosting fees.\n\n---\n\n## \u2705 Top Free & Very Cheap Options\n\nThese are database systems / front-end tools that meet one or more:\n\n- low or zero cost\n- can be used with accessible UIs (forms, tables, etc.)\n- many can be used with screen readers when designed well\n\n| Tool | Cost | Description / Pros / Cons related to accessibility |\n|---|---|---|\n| **SQLite / MySQL / PostgreSQL** | Free and open-source | Core database engines. You can use them via command-line or admin tools. If you pair with a simple, keyboard-accessible front-end (or write your own forms), they can work well with screen readers. But out of the box UI tools may not always be fully accessible. |\n| **LibreOffice Base** | Free | A desktop database front-end similar to Microsoft Access. Good for building forms, reports, tables. Must design your forms carefully: proper field labels, tab order, logical structure helps screen readers announce things correctly. ([makeuseof.com](https://www.makeuseof.com/tag/5-easy-use-free-alternatives-microsoft-access/?utm_source=openai)) |\n| **Kexi (Calligra Suite)** | Free | Similar to Access / Base. Includes forms and queries. Again, accessibility depends mostly on how forms are built and whether UI elements have labels etc. ([makeuseof.com](https://www.makeuseof.com/tag/5-easy-use-free-alternatives-microsoft-access/?utm_source=openai)) |\n| **DBeaver (Community Edition)** | Free | Primarily a database admin tool. It supports many DB types. Since it\u2019s desktop-based, you can adjust font size; its UI may work OK with screen readers if the UI controls are properly labelled. Perfect if you\u2019re mostly issuing queries and exploring data. ([clickup.com](https://clickup.com/blog/microsoft-access-alternatives/?utm_source=openai)) |\n\n---\n\n## \u26a0 What to Check for Good Screen-Reader Accessibility\n\nEven free tools differ widely in how \u201cusable\u201d they are via screen readers. When selecting or setting up a database tool, pay attention to the following features:\n\n- **Properly labelled controls**: every form field or button must have a visible or hidden label associated in code so screen reader can announce them. e.g. in Microsoft Access, each control should have a \u201cControl Name\u201d or \u201cLabel\u201d property. ([download.microsoft.com](https://download.microsoft.com/download/A/0/7/A0739120-E9B0-48D6-8682-F482D2CD3A4A/Access%20Design%20Guide%20for%20Accessibility.pdf?utm_source=openai))  \n- **Logical tab order**: so navigation using Tab / Shift-Tab makes sense and doesn't skip or jump incorrectly.  \n- **Keyboard access**: all functionality (creating forms, running queries, saving data) should be possible via keyboard alone.  \n- **Standard UI controls** (rather than custom-drawn graphics) so screen readers can interact properly.  \n- **Contrast / font size options**: For low-vision users, being able to increase contrast or font size helps a lot.  \n\n---\n\n## \u2699 Specific Example: Microsoft Access\n\nIf you already use or are considering Microsoft Access, it\u2019s not free (if licensing is needed), but Microsoft provides quite good documentation on how to build forms, reports, templates that work for screen readers. For example: using the Asset Tracking template in Access, Microsoft describes how screen reader users will hear things when opening the template, locating fields, etc. ([support.microsoft.com](https://support.microsoft.com/en-us/office/use-a-screen-reader-to-download-and-use-a-template-in-access-desktop-databases-3f5f3d3a-3641-4d9b-bb01-6b1a6f70717c?utm_source=openai))\n\nIf cost is an issue, Access often comes bundled with Office 365 or available through schools/organizations at reduced cost. But totally free alternatives like Base + PostgreSQL + well designed forms can do much of what Access does.\n\n---\n\n## \ud83d\udca1 Recommendation\n\nBased on cost vs. accessibility:\n\n- If you\u2019re on a tight budget: **LibreOffice Base** or **Kexi** are strong choices. Use them to build simple forms carefully with labels and keyboard navigation.  \n- If you're comfortable with coding / SQL: use **PostgreSQL/MySQL** for storage + build a minimal web UI that\u2019s screen reader-friendly (simple HTML, well labeled, keyboard navigable).  \n- If your data size is small and use single person or small group: **SQLite + a simple front-end** might be easiest and zero ongoing cost.  \n\n---\n\nIf you tell me which platform you prefer (Windows, macOS, web-based, mobile?) and whether you need forms, reports, multiple users, etc., I can suggest a few choices tailored for you. Do you want me to pull up those based on your specific situation?"
    }
]