armink / FlashDB

An ultra-lightweight database that supports key-value and time series data | 一款支持 KV 数据和时序数据的超轻量级数据库
Apache License 2.0
1.71k stars 399 forks source link

install Flash DB on ESP32 #231

Closed Yukselzngn closed 11 months ago

Yukselzngn commented 11 months ago

Hi Armink, Can you please give me details how to install Flash DB on ESP32

armink commented 11 months ago

you can see ESP demo https://github.com/armink/FlashDB/tree/master/demos/esp32_spi_flash

Yukselzngn commented 11 months ago

Thank you for your answer.