- sqlite_micro_logger_arduino VS brimming
- sqlite_micro_logger_arduino VS remixdb
- sqlite_micro_logger_arduino VS sqlitedatagen
- sqlite_micro_logger_arduino VS ESP-Arduino-Lua
- sqlite_micro_logger_arduino VS RFLink
- sqlite_micro_logger_arduino VS scintillating_heatshrink
- sqlite_micro_logger_arduino VS fast-sqlite3-inserts
- sqlite_micro_logger_arduino VS TTS
- sqlite_micro_logger_arduino VS esp8266-spotify-remote
- sqlite_micro_logger_arduino VS EmonESP
Sqlite_micro_logger_arduino Alternatives
Similar projects and alternatives to sqlite_micro_logger_arduino
-
fast-sqlite3-inserts
Some bunch of test scripts to generate a SQLite DB with 1B rows in fastest possible way
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
remixdb
RemixDB: A read- and write-optimized concurrent KV store. Fast point and range queries. Extremely low write-amplification.
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
sqlite_micro_logger_arduino discussion
sqlite_micro_logger_arduino reviews and mentions
-
Can an RFID card or keychain tag be programmed for a single use?
There is a tiny SQLite library for Arduino that works with SD cards. I haven't used it myself, but it's probably easier to get an Arduino right now than it is to get a Pi, so it might be worth investigating.
-
Inserting One Billion Rows in SQLite Under a Minute
Potentially interesting:
https://github.com/siara-cc/sqlite_micro_logger_arduino
https://github.com/siara-cc/sqlite_micro_logger_arduino/blob...
This is a heavily subsetted implementation of SQLite3 that can read/write databases (presumably on SD cards) from very small microcontrollers.
It presumably doesn't have the same ACID compliance properties, but with a single <1.5k source file, may represent a particularly efficient way to rapidly learn the intrinsics.
Now I'm thinking it could actually be interesting to see what drh thinks of this implementation (and any gotchas in it) because of its small size and accessibility.
Stats
siara-cc/sqlite_micro_logger_arduino is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of sqlite_micro_logger_arduino is C.