Skip to content

Conversation

@HuakunShen
Copy link
Member

Support sqlite operations with drizzle proxy

- Added a check for DB_FILE_NAME in drizzle.config.ts to ensure it's set.
- Updated package.json to change the package name to @kksh/drizzle and added exports for schema and relations.
- Enhanced README.md with instructions for using the schema generation.
- Refactored schema.ts for improved readability and organization of imports.
- Introduced `select` and `execute` functions in the database module to facilitate querying and executing SQL commands.
- Updated the Tauri plugin to expose these commands, allowing for database interactions from the frontend.
- Added corresponding permissions for the new commands in the permissions configuration.
- Enhanced the database library with JSON value handling for query parameters.
…lt type and disabling eslint for explicit any usage
- Changed enum to use 'as const' for better type inference
- Ensured more robust handling of extension publish sources
…eadability and consistency

- Reformatted import statements for better organization.
- Cleaned up whitespace and indentation in searchExtensionData function.
- Enhanced readability of SQL conditions and query building logic.
- Disabled eslint for explicit any usage in the troubleshooters page.
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Apr 1, 2025

Deploying kunkun-api-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8fd3223
Status: ✅  Deploy successful!
Preview URL: https://964d22f4.kunkun-api-docs.pages.dev
Branch Preview URL: https://feature-drizzle.kunkun-api-docs.pages.dev

View logs

@HuakunShen HuakunShen marked this pull request as ready for review April 1, 2025 09:43
@HuakunShen HuakunShen merged commit bb9a469 into develop Apr 1, 2025
12 checks passed
@HuakunShen HuakunShen deleted the feature/drizzle branch April 3, 2025 14:23
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

Successfully merging this pull request may close these issues.

2 participants