# Does Yugabyte Separate Cassandara and PostreSQL implementations?

**URL:** https://forum.yugabyte.com/t/does-yugabyte-separate-cassandara-and-postresql-implementations/789
**Category:** General
**Created:** [August 6, 2020, 5:42am UTC](https://forum.yugabyte.com/t/does-yugabyte-separate-cassandara-and-postresql-implementations/789 "2020-08-06T05:42:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![asevans48](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.yugabyte.com/asevans48/32/243_2.png) [@asevans48](https://forum.yugabyte.com/u/asevans48)
#### Post date: [August 6, 2020, 5:42am UTC](https://forum.yugabyte.com/t/does-yugabyte-separate-cassandara-and-postresql-implementations/789/1 "2020-08-06T05:42:12Z")

</div>

I am 100% new to Yugabyte but it seems incredibly promising. I have some questions I cannot quite find the answer to. Does Yugabyte separate the YCQL databases from the YSQL built databases? Can I access the NoSQL YCQL built keyspaces and tables using YSQL?

I am a novice. It seems like the keyspace=database and the table would live in the public schema if so but I cannot seem to find the table.

Thanks.

---

<div class="post-metadata">

### Author: ![dorian\_yugabyte](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.yugabyte.com/dorian_yugabyte/32/206_2.png) [@dorian\_yugabyte](https://forum.yugabyte.com/u/dorian_yugabyte)
#### Post date: [August 6, 2020, 10:00am UTC](https://forum.yugabyte.com/t/does-yugabyte-separate-cassandara-and-postresql-implementations/789/2 "2020-08-06T10:00:11Z")

</div>

Hi @asevans48

The layers are separate and you cannot read data from each other. You need YSQL client for YSQL data and YCQL client for YCQL data.

You can subscribe to [[YSQL] Access YCQL tables via the YSQL API · Issue #830 · yugabyte/yugabyte-db · GitHub](https://github.com/yugabyte/yugabyte-db/issues/830) to be notified on changes.
