Skip to content

Latest commit

 

History

History

Database

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

SQLite Tutorial

MPOP Reverse II (Ryann Kim Sesgundo)


Introduction

As having a huge part in web development, specially in backend and database, we need to learn the fundamentals of database. For more, kindly visit this Repository for you to undertand SQL Queries. I use sqlite here, since this is just a part of a tutorial for you to easily undertand SQL queries.


Packages used

SQLite

pip install pysqlite

Credits

Thank you for Tutorials Point for the tutorial on how to use the sqlite in python, also to nicolimo86 of stackoverflow for the package we might need to install to use sqlite. Also to W3schools for helping me to learn more about programming, also to SoloLearn for some helpful courses.