Spigot Plugin Development - 85 - SQLite Databases

Channel:
Subscribers:
32,299
Published on ● Video Link: https://www.youtube.com/watch?v=lF_a8H679OI



Duration: 33:43
1,914 views
63


In this video, I show you how to use SQLite Databases with your Minecraft plugins. It is a lightweight and popular type of SQL Database that many people use.

Code: https://github.com/Spigot-Plugin-Development-Tutorial/sqlite-demo
SQLite: https://www.sqlite.org/index.html
Maven Dependency: https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc

Join the Community! - https://discord.gg/cortexdev

Timestamps:
0:00 - Introduction
2:10 - Installing the SQLite Driver
3:08 - Connecting to the Database
5:55 - Defining the table
7:40 - Text Blocks
8:35 - Try with resources
9:30 - Closing the Connection
13:00 - Verifying the database was created
14:30 - Finishing the plugin

Want to Support the Channel?
- Become a Member: https://www.youtube.com/KodySimpson/join
- PayPal: https://www.paypal.com/paypalme/kodysimpson

My Socials:
Github: https://github.com/KodySimpson
Twitter: https://twitter.com/kodysimp

More Videos coming soon.
Leave a comment for any future video suggestions.







Tags:
programming tutorial