viv

@mobile_n_games
1 Followers
2 Following
7 Posts
鉃曗灂 ObjectBox Generator just got important updates for C++ code; check out the new version 0.14: https://github.com/objectbox/objectbox-generator/releases/tag/v0.14.0
#cpp #cplusplus #database
Release v0.14.0 路 objectbox/objectbox-generator

General improvements Update FlatBuffers to v23.5.26 C++ improvements The -cpp CLI parameter now defaults to (at least) C++14 output, e.g. now generates std::make_unique() Added new mode -cpp11 f...

GitHub

馃槷You can now seamlessly switch between disk-based and in-memory storage options in ObjectBox

馃憠learn more about the in-memory database use cases this empowers: https://objectbox.io/in-memory-database-use-cases/

#objectbox #database

In-Memory Database Use Cases

In-Memory Databases serve other use cases than persistent storage. In this short overview, we explain some of the key use cases

ObjectBox

馃 ObjectBox database C / C++ release
馃憠 in-memory support

And for our Data Sync users:
馃М Query Sync Client & Server Statistics counter
鉁旓笍 Enabling Authenticators in Server

and much more...

https://github.com/objectbox/objectbox-c/releases/tag/v0.21.0

#cpp #cprogramming

Release v0.21.0 路 objectbox/objectbox-c

In-memory databases! Various Sync improvements and new APIs Check the changelog for details. PS.: ObjectBox is hiring a C++ developer.

GitHub

馃帄ObjectBox Java Database now has In-memory support 馃帄

馃憠 https://github.com/objectbox/objectbox-java/releases/tag/V3.8.0

Enjoy 鉂わ笍 #androiddev #database #objectbox #mobiledev #java

Release V3.8.0 路 objectbox/objectbox-java

Support creating file-less in-memory databases, e.g. for caching and testing. To create one use inMemory() when building a BoxStore: store = MyObjectBox.builder() .androidContext(context) ...

GitHub
Hej amazing Flutter Dart developers馃ぉ
we've got a late summer release for you馃槑
饾悗饾悰饾悾饾悶饾悳饾惌饾悂饾惃饾惐 饾煇.饾煈.饾煄 brings a couple of updates to Queries and the Admin Panel - check it out
馃憠 https://github.com/objectbox/objectbox-dart/releases/tag/v2.3.0 #database
Release v2.3.0 路 objectbox/objectbox-dart

Query support for integer and floating point lists: For integer lists (excluding byte lists) greater, less and equal are supported on elements of the vector (e.g. "has element greater"). For floati...

GitHub

馃帀 Hey iOS Swift developers - this is for you:

馃殌 ObjectBox (1.9.0) successfully published
馃搮 September 19th, 14:06
馃寧 https://github.com/objectbox/objectbox-swift
馃憤 Tell your friends!

GitHub - objectbox/objectbox-swift: Swift database - fast, simple and lightweight (iOS, macOS)

Swift database - fast, simple and lightweight (iOS, macOS) - GitHub - objectbox/objectbox-swift: Swift database - fast, simple and lightweight (iOS, macOS)

GitHub

I dug a bit more into the vector database / databases for AI topic 馃

Sharing what I learned in this article 鉂わ笍

Any feedback is appreciated (what made this topic difficult for me was that many articles are a bit lax with their use of terminology 馃し)

https://objectbox.io/vector-databases-for-edge-ai/

Vector Databases for Edge AI

Vector Databases are an important piece of the AI and Edge AI tech stack - learn why they are so important for Edge AI apps

ObjectBox