2shady4u / godot-sqlite

GDExtension wrapper for SQLite (Godot 4.x+)
MIT License
850 stars 76 forks source link

support prepared statement #131

Open hopenobug opened 1 year ago

hopenobug commented 1 year ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

use prepared statement to query, it's faster than prepare statement in every query.

Describe alternatives you've considered

Additional context

2shady4u commented 1 year ago

Hi @hopenobug ,

This has been something that has been on my backlog to-do list for a few years. I currently don't have the time to do the kind of refactoring that this implementation would require 😢