drizzle-team / drizzle-team/drizzle-orm

[FEATURE]: explain analyse

Open
#2,498 4 comments 25 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
35.8k
Forks
1.6k
Avg merge
2d 7h
Merged PRs (30d)
4

Description

### Describe what you want

It would be great to have an option for explain analyse. Not sure about implementation but this comes naturally to me;

```javascript
import { analyse, explain } from 'drizzle-orm/pg-core';

const result = await explain(analyse(db.select(…).from(…)));
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.