siara-cc / esp32_arduino_sqlite3_lib

Sqlite3 Arduino library for ESP32
Apache License 2.0
350 stars 66 forks source link

Get database tables list #64

Closed GeorgeSikora closed 1 year ago

GeorgeSikora commented 1 year ago

Hi, how to get list of tables in sqlite3 library, when i only can communicate via SQL queries?

GeorgeSikora commented 1 year ago

Just use this SQL command SELECT name FROM sqlite_master WHERE type='table'

image