2shady4u / godot-sqlite

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

Mention "unique" column option #107

Closed DamienBlack closed 2 years ago

DamienBlack commented 2 years ago

The "create_table" function can already accept the "unique" flag. However, it isn't mentioned in the README. Here I add it so users know it exists.

2shady4u commented 2 years ago

Hi @DamienBlack!

Thank you for your contribution! 😃