• Tutorials
  • Where can I find a tutorial on how to use SQLite on Godot

I don't mean the sql query code, which should be standard and there is a lot of sql coding videos out there, but I mean how to use get the data on Godot, when to close/open the database etc. Where can I learn about this?

My game requires me to search through a lot of vector coordinates of tiles. I think SQL may be necessary in order to search through the data.