Loading...
🔔 Octave is now generally available. Read more →

A database to build powerful real-time experiences.

Skytable is a scalable real-time NoSQL database that enables you to model complex data and write expressive queries. Powered by BlueQL.

BlueQL in action Beta
CREATE SPACE IF NOT EXISTS myspace
CREATE MODEL IF NOT EXISTS myspace.mymodel(
    username: string,
    password: string,
    notes: list { type: string },
    null profile_pic: binary,
)
USE myspace
INSERT INTO mymodel {
    username: "sayan",
    pass: "pass123",
    notes: ["this is my first note"],
    profile_pic: null,
}
SELECT ALL * FROM mymodel LIMIT 100
SELECT password, notes FROM mymodel WHERE username = 'sayan'
UPDATE mymodel SET notes += "my new note" WHERE username = 'sayan'
ALTER MODEL myspace.mymodel ADD phone_number {
    nullable: true,
    type: uint8
}

Designed to go from idea to web-scale.

Skytable has been engineered from the ground up with in-house components to provide a rich set of features, that scale with your idea.

View roadmap
Icon

Performant

Advanced optimizations to maximize throughput and minimize latencies

Icon

Rich queries

Write expressive and intentional queries with BlueQL

Icon

Secure

Ship with confidence. BlueQL and Skytable's engine safety-net are on guard

Icon

Scalable ETA Q1'24

Scale horizontally across hundreds or thousands of nodes.

Icon

Flexible data model

Use complex collections and rich data types to define your data model

Icon

Open-source

No vendor lock-in. open-core engine and open-source drivers. Export data anytime.

Even minor injection attacks can cost over $196,000.

Eliminate them with BlueQL.

According to IDERA, a minor injection attack can cost organizations over $196,000. Per OWASP, it is still the 3rd most exploited vulnerability.

  • BlueQL has secure features built in such as expression contexts and mandatory parameters enforcing secure practices
  • With the engine's built-in safeguards, Skytable can prevent common injection attacks and potentially even deter vulnerable queries
  • Regularly updated and tested

Learn more

Latest updates

See all
  • Skytable 0.8 GA

    We’re extremely happy to announce that Skytable 0.8 is now generally available. The initial release of Skytable …
    March 1, 2024
    2 min read
  • Skytable Octave is here

    After our 18-month hiatus from major releases, we’re extremely happy to announce that Skytable Octave (0.8.0) is …
    December 5, 2023
    6 min read
  • Octave is on its way this week. It's time to get ready

    Things are always in motion, but the only thing that is constantly in motion is the passage of time. However, it appears …
    November 16, 2023
    2 min read

Become a part of the community.

Be the first to know about new things in Skytable, get help from developers and users or just hang around!

Twitter/X

@skytabledb

GitHub

@skytable

Discord

Community Server

Top