Lua Database

Open-source Lua projects categorized as Database

Top 5 Lua Database Projects

  • tarantool

    Get your data in RAM. Get compute close to data. Enjoy the performance.

  • Project mention: Python 3.13 Gets a JIT | news.ycombinator.com | 2024-01-09

    The article describes that the new JIT is a "copy-and-patch JIT" (I've previously heard this called a "splat JIT"). This is a relatively simple JIT architecture where you have essentially pre-compiled blobs of machine code for each interpreter instruction that you patch immediate arguments into by copying over them.

    I once wrote an article about very simple JITs, and the first example in my article uses this style: https://blog.reverberate.org/2012/12/hello-jit-world-joy-of-...

    I take some issue with this statement, made later in the article, about the pros/cons vs a "full" JIT:

    > The big downside with a “full” JIT is that the process of compiling once into IL and then again into machine code is slow. Not only is it slow, but it is memory intensive.

    I used to think this was true also, because my main exposure to JITs was the JVM, which is indeed memory-intensive and slow.

    But then in 2013, a miraculous thing happened. LuaJIT 2.0 was released, and it was incredibly fast to JIT compile.

    LuaJIT is undoubtedly a "full" JIT compiler. It uses SSA form and performs many optimizations (https://github.com/tarantool/tarantool/wiki/LuaJIT-Optimizat...). And yet feels no more heavyweight than an interpreter when you run it. It does not have any noticeable warm up time, unlike the JVM.

    Ever since then, I've rejected the idea that JIT compilers have to be slow and heavyweight.

  • sqlite.lua

    SQLite LuaJIT binding with a very simple api.

  • Project mention: Introduce revised telescope-frecency.nvim | /r/neovim | 2023-10-12

    I have been working on restructuring telescope-frecency.nvim. One of the biggest changes is removing dependency for sqlite.lua.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • pfQuest

    A Questhelper and Database Addon for World of Warcraft: Vanilla & TBC

  • Project mention: Turtle wow players. What are your must have add-ons? | /r/wowservers | 2023-06-24

    pfQuest - The Questie of 1.12.1 in 2023.

  • mongo.nvim

    NeoVim frontend for mongosh

  • MSync-2

    Version 2 of MSync - Fully working and extra steak

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Lua Database related posts

Index

What are some of the best open-source Database projects in Lua? This list will help you:

Project Stars
1 tarantool 3,328
2 sqlite.lua 447
3 pfQuest 174
4 mongo.nvim 26
5 MSync-2 12

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com