Open Issues Need Help
View All on GitHubA modern, AI-assisted, cross-platform database client - free
A modern, AI-assisted, cross-platform database client - free
AI Summary: Replace all console logging statements in the Data-Pup Electron app with a robust file-based logging system using a library like `electron-log`, ensuring logs are written to rotating files in the application's data directory, configurable log levels, and handling for both main and renderer processes. Consider retaining console logging for development purposes.
A modern, AI-assisted, cross-platform database client - free
AI Summary: Fix the misalignment issue in the Connection Card layout of the Data-Pup database client. This involves adjusting the layout using flexbox or grid to ensure consistent alignment of fields (host, port, database, username) and appropriate spacing for the "Secure" label. The solution should improve the visual clarity and readability of the connection details.
A modern, AI-assisted, cross-platform database client - free
AI Summary: Implement an "Add Another Filter" button in the Data-Pup database client's query filtering section. This button should appear after the first filter is added, allowing users to easily add multiple filters without repeatedly clicking the main "Filters" button.
A modern, AI-assisted, cross-platform database client - free
AI Summary: Modify the Data-Pup database client to limit the number of records fetched for table previews to 100 instead of 1000. This involves adjusting the query execution logic within the application to retrieve only the first 100 rows of a table when a preview is requested.
A modern, AI-assisted, cross-platform database client - free
AI Summary: Implement a context menu for the database connection list in the Data-Pup application. The context menu should appear when a user right-clicks on a connection card and provide options (yet to be defined) for managing that connection.
A modern, AI-assisted, cross-platform database client - free