Learning Lua Step-By-Step (Part 16)

This entry is part 15 of 25 in the series Learning Lua Step-By-Step

Dive into the world of databases with Lua! In this article, learn about relational databases and how to use SQLite with the Lua programming language. Explore creating tables, performing CRUD operations, handling transactions, and building database-driven applications. Enhance your Lua skills with this comprehensive guide to working with databases.

Learning Lua Step-By-Step (Part 15)

This entry is part 14 of 25 in the series Learning Lua Step-By-Step

Dive into the world of web programming with Lua! In this series of articles, learn how to set up your development environment, create a simple multi-page web application using the Lapis framework, and enhance it with dynamic content and user authentication. Explore the possibilities of building powerful web apps with Lua.