Translate natural language to SQL
# 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