Skip to content

Instantly share code, notes, and snippets.

@PaulieScanlon
Created May 13, 2024 19:09
Show Gist options
  • Save PaulieScanlon/5d277c743c48718ba8b501330b87e49d to your computer and use it in GitHub Desktop.
Save PaulieScanlon/5d277c743c48718ba8b501330b87e49d to your computer and use it in GitHub Desktop.
Example Xata query
xata.db['users'].select(['name', 'country', 'email']).getMany();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment