LuaDB: A pure Lua embeddable SQL database for game save files, state tracking, and cloud sync

작성자

카테고리:

← 피드로
DEV Community · COLD_WAR · 2026-08-29 개발(SW)

Wanted to share a project I've been building called LuaDB: a lightweight, zero-dependency embeddable database system written in pure Lua. Why pure Lua? Cross-platform embedding without needing C bindings or compiling native SQLite shared libraries (great for LÖVE, Roblox, OpenResty, or embedded devices). What it…

원문 보기 ↗