|
|
|
|
|
by tylerchurch
1300 days ago
|
|
That's very impressive. Using commands like: > {show data in the foo table as csv} > {show data in the foo table as json} > {show data in the foo table as yaml} It'll even fulfill those requests. Using a similar prompt to your original I got it to act as a MongoDB database as well. Then took it a step further and asked it to generate SQL INSERT statements and a CREATE TABLE statement for the MongoDB data. I could get it to give me incorrect results if I made my query complicated enough, but man, it's almost scary how good it is. All that said, definitely the slowest response times I've ever had for tables/collections that small :) |
|