in-memory

  1. Peter Simpson

    B4J Library Redis fast in-memory datastore - Server

    Hello everyone, I previously released the Redis Client library, but I was using a separate third party Redis Server package not developed in B4J. Nolonger is this the case. here is a Redis Server library that you can just run and forget about, it runs silently as a background worker ready for...
  2. Peter Simpson

    B4J Library Redis fast in-memory datastore - Client

    Hello everyone, After reading the post by @hatzisn HERE titled 'Redis - A great tutorial', I decided to look more into Redis. Even though I personally cannot ever see myself using this Redis library (I prefer B4X KVS or in‑memory SQLite). But, B4X (B4J) developers might want to use it, and of...
  3. Mashiane

    B4J Library BANanoSQLiteR - Distributing and accessing an existing SQLite Databases - Part 2

    Ola Download Part 1 is here. At some stage we explored how one can distribute / embed SQLite database on their BANano app. These databases are mainly for read only access purposes where one just wants to display data. Here we explore part 2 of the tutorial, however now made into a library...
Top