← 피드로
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…