Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 725 Bytes

sql-translator.md

File metadata and controls

26 lines (17 loc) · 725 Bytes

SQL Translator

sql-translator

Description

Translate natural language to SQL

Usage

# Translate natural language to SQL
$ copilot sql-translator "get all last posts of users"

# Translate natural language to SQL with output
$ copilot sql-translator "get all last posts of users"

# Translate natural language to SQL with output and sql 
$ copilot sql-translator "get all last posts of users" -s ./schema.sql

# Translate natural language to SQL with output and prisma schema
$ copilot sql-translator "get all last posts of users" -s ./schema.prisma