gluonhq / gluon-samples

Gluon sample projects
298 stars 166 forks source link

Gluon SQLite sample referenced in docs but missing from latest commit of repo #173

Open nsubordin81 opened 11 months ago

nsubordin81 commented 11 months ago

Hello! I'm interested in trying to set up a sqlite example with gluonfx in an android app I'm trying to build. I've been having trouble getting the database to connect and was looking for guidance here: https://docs.gluonhq.com/samples/gluonsqlite/

This page has excerpts from sample code and a description of how they should work, but when I go to this repository to find the sample code I see evidence of it existing at one point in the PR history but not in the current state of the repo.

Is that example deprecated, not ready, or replaced by something else? If there isn't a good example of that, is there another place I should look for connecting to an android driver for sqlite running on gluon with a graalvm native image?

Thank you, love the work so far, hoping to get this set up well for my app.