summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/use_case.md
blob: 8677cb556fe1a52f6226b14e8e33863c6b6788a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
name: Request a new use case
about: Support for new SQL syntaxes, database capabilities, DBAPIs and DBAPI features
title: ''
labels: requires triage,use case
assignees: ''

---

**Describe the use case**
<!-- A clear and concise description of what the SQL or database capability is. -->

**Databases / Backends / Drivers targeted**

<!-- what database(s) is this for?  What drivers? -->

**Example Use**
<!-- provide a clear example of what the SQL looks like, or what the DBAPI code looks like -->


**Additional context**
<!-- Add any other context about the problem here. -->

**Have a nice day!**