Overview
ScyllaDB is a high-performance NoSQL database compatible with Apache Cassandra. It’s designed for low latency and high throughput, making it ideal for data-intensive applications. ScyllaDB uses the same CQL (Cassandra Query Language) interface, allowing seamless migration from Cassandra.
Connecting
To connect to ScyllaDB, follow these general steps:
- Open the DBCode Extension: Launch Visual Studio Code and open the DBCode extension.
- Add a New Connection: Click on the “Add Connection” icon.
- Complete new connection form: Choose ScyllaDB as the type, and enter the required information including host, port (default 9042), and optionally the local data center name.
- Connect: Click save to connect to your ScyllaDB database.
- Start Managing Your Databases: Once connected, you can start managing your keyspaces and tables directly from Visual Studio Code.
For detailed instructions on connecting to ScyllaDB, refer to the Connect article.
Features
- Browse and manage keyspaces
- View and query tables
- Execute CQL queries
- Switch between keyspaces using USE command
- Create and manage user-defined functions
By using ScyllaDB with DBCode, you can connect to your ScyllaDB databases, query and manage your data, and visualize your results, all directly from Visual Studio Code.
For more information about ScyllaDB, check out ScyllaDB.