skytable / skytable

Skytable is a modern scalable NoSQL database with BlueQL, designed for performance, scalability and flexibility. Skytable gives you spaces, models, data types, complex collections and more to build powerful experiences

Home Page:https://skytable.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs: how to specify keyspace and table with the skysh CLI without REPL?

dkioroglou opened this issue · comments

Description
When running skysh from the command line without the REPL ("-e" option) queries are executed on the default keyspace and table. I cannot find in the documentation how I can specify keyspace and table.

This wasn't supported back in 0.7 but is in 0.8. Please take a look at #317 and once it's released, you'll be able to run these! Otherwise, for now in the CLI you'll need to switch back and forth between your keyspace and table with the use DDL query

Thanks. I'll definitely check it out.