-
Couldn't load subscription status.
- Fork 44
feat: sqlite #992
feat: sqlite #992
Conversation
| # Hono Integration for RivetKit | ||
|
|
||
| Example project demonstrating Hono web framework integration with [RivetKit](https://rivetkit.org). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README title and description in the drizzle example incorrectly identifies this as a "Hono Integration" example when it's actually demonstrating SQLite/Drizzle database integration with RivetKit. The title and description should be updated to accurately reflect the content of this example, which appears to be focused on database integration rather than the Hono web framework.
| # Hono Integration for RivetKit | |
| Example project demonstrating Hono web framework integration with [RivetKit](https://rivetkit.org). | |
| # Drizzle SQLite Integration for RivetKit | |
| Example project demonstrating SQLite database integration with [RivetKit](https://rivetkit.org) using Drizzle ORM. | |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
|
|
||
| ```sh | ||
| git clone https://github.com/rivet-gg/rivetkit | ||
| cd rivetkit/examples/hono |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README in the drizzle example directory contains an incorrect installation path. It instructs users to cd rivetkit/examples/hono when it should be cd rivetkit/examples/drizzle since this is the drizzle example directory.
| cd rivetkit/examples/hono | |
| cd rivetkit/examples/drizzle |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
| npm run dev | ||
| ``` | ||
|
|
||
| Open your browser to http://localhost:3000 to see the Hono server with RivetKit integration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README in the drizzle example references a Hono server and instructs users to open http://localhost:3000, but this appears to be copied from a different example. The drizzle/SQLite example likely doesn't have a web interface or uses a different port. Consider updating the README with instructions specific to this database example.
| Open your browser to http://localhost:3000 to see the Hono server with RivetKit integration. | |
| After running the example, you can interact with the SQLite database through the provided scripts or commands. Check the console output for any specific instructions. |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
69062e3 to
f18a638
Compare
8698042 to
5e205cf
Compare
f18a638 to
69062e3
Compare
Merge activity
|

No description provided.