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

[FEATURE REQUEST] SQLite Connector for PowerApps #3740

Open
mhd-rsl opened this issue Dec 19, 2024 · 0 comments
Open

[FEATURE REQUEST] SQLite Connector for PowerApps #3740

mhd-rsl opened this issue Dec 19, 2024 · 0 comments

Comments

@mhd-rsl
Copy link

mhd-rsl commented Dec 19, 2024

Type of Connector

Certified Connector

Name of Connector

SQLite

Is your feature request related to a problem? Please describe.

The absence of a native SQLite connector in PowerApps creates several challenges and inefficiencies for developers and businesses, particularly for those relying on SQLite for lightweight and local database solutions. The lack of a SQLite connector contradicts the core principles of PowerApps: accessibility, simplicity, and low-code development. Developers face unnecessary hurdles to integrate SQLite, which limits PowerApps' adoption and hinders innovation, especially for small-scale or offline-first applications.

Describe the solution you'd like

I would like to request the addition of a SQLite connector to PowerApps. SQLite is a widely-used, lightweight, and self-contained database engine, popular for its simplicity and efficiency. Integrating a native SQLite connector in PowerApps would greatly enhance its usability for many developers and organizations relying on SQLite for data storage.

Proposed Features

A native SQLite connector could include:

  • Read/Write Support: Allow CRUD operations (Create, Read, Update, Delete) on SQLite databases.

  • Schema Support: Enable PowerApps to fetch SQLite table schemas for dynamic app generation.

  • Local File Integration: Support SQLite databases stored locally on devices or accessible via a network path.

  • Connection Settings:

    • File path or URI to the SQLite database file.
    • Password protection support for encrypted SQLite files.
  • Offline Mode Compatibility: Enable PowerApps to leverage SQLite for offline functionality.

Describe alternatives you've considered

One of the most common alternatives is creating a Custom API that acts as an intermediary between PowerApps and SQLite. This allows PowerApps to interact with the SQLite database via HTTP requests.

Additional context

N/A

@mhd-rsl mhd-rsl changed the title Feature Request SQLite Connector for PowerApps [FEATURE REQUEST] SQLite Connector for PowerApps Dec 19, 2024
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