Added/updated snippets for docs (#2318)
This commit is contained in:
11
docs/doc_examples/64a6fb4bcb8cfea139a0e5d3765c063a.asciidoc
Normal file
11
docs/doc_examples/64a6fb4bcb8cfea139a0e5d3765c063a.asciidoc
Normal file
@ -0,0 +1,11 @@
|
||||
// This file is autogenerated, DO NOT EDIT
|
||||
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
|
||||
|
||||
[source, js]
|
||||
----
|
||||
const response = await client.sql.translate({
|
||||
query: "SELECT * FROM library ORDER BY page_count DESC",
|
||||
fetch_size: 10,
|
||||
});
|
||||
console.log(response);
|
||||
----
|
||||
Reference in New Issue
Block a user