An open API service indexing awesome lists of open source software.

https://github.com/yusukebe/testing-d1-app-with-types

Testing a D1 Application with Types
https://github.com/yusukebe/testing-d1-app-with-types

Last synced: about 1 year ago
JSON representation

Testing a D1 Application with Types

Awesome Lists containing this project

README

          

# Testing a D1 Application with Types

This project shows how we test an application built on Cloudflare Workers with Cloudflare D1.

## Stack

- Hono - Web framework
- Cloudflare D1 - SQL database
- Drizzle ORM - ORM Mapper
- Zod - Validator
- Vitest - Test runner
- `@cloudflare/vitest-pool-workers` - Simulator for Cloudflare Environment

## Demo

https://github.com/yusukebe/testing-d1-app-with-types/assets/10682/7589e8b6-9035-4714-9de7-6af15303de4d

## Author

Yusuke Wada

## License

MIT