Firebase Realtime Database vs. SQL QUERIES [Pyrebase library]

preview_player
Показать описание
Compare Realtime Database (Pyrebase) queries with SQL queries on the same data. Query with filtering, matching, ranges, ordering, and more.

Firebase Realtime Database is a popular NoSQL database. In this video, you will learn how to write complex Realtime Database queries with Python and write the same statements in SQL with SQLite3 library.

In this video, you will:
-Learn about Firebase projects
-Connect Firebase to Python
-Add Realtime Database to Python
-Connect SQLite to Python
-Query Realtime database
-Query SQLite database

****More Firebase info****
Firebase is a NoSQL database. For more info:

For suggestions or comments:

*************
**Tags**
Pyrebase
Python Firebase tutorial
Firebase Python tutorial
Firebase Python Course
Realtime Database tutorial
Python Firebase CRUD
Realtime database Queries
Pyrebase library
Python SQLite
Рекомендации по теме
Комментарии
Автор

SELECT * FROM USERS WHERE FIRSTNAME LIKE '%MAR%'

Deveria aparecer aomente Mary e Mark.

Este tipo de parâmetro é possível no pyrebase?

EliasPaiFilho
Автор

Thanks so much for the videos,
How can I set authentication and set rules, So only the authontacted users could read from firebase !

Algeriaiptv