Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chitti-Ankith committed Oct 23, 2023
1 parent 3c25029 commit d25b228
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/overview/connect-to-data-sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ EvaDB supports a wide range of data sources including SQL database systems, obje
Connect to an Existing SQL Database System
------------------------------------------

.. note::

For prototyping, users can opt to establish a connection to :ref:`SQLite<sqlite>`.

1. Use the :ref:`CREATE DATABASE<create-database>` statement to connect to an **existing** SQL database.

.. code-block::
Expand All @@ -28,6 +24,10 @@ Connect to an Existing SQL Database System

Go over the :ref:`CREATE DATABASE<create-database>` statement for more details. The :ref:`Databases<databases>` page lists all the database systems that EvaDB currently supports.

.. note::

For prototyping, users can opt to establish a connection to :ref:`SQLite<sqlite>`.

2. Preview the data using ``SELECT``

You can now preview the data stored in the ``food_review`` table in the ``restaurant_reviews`` database with a :ref:`SELECT<select>` statement.
Expand Down

0 comments on commit d25b228

Please sign in to comment.