Name: TD_recordset
Type: Custom B4A Class (b4xlib)
Version: 1.0
State: Testphase
Licence: free for personell use, free for commercial use after donation.
Download here
TD_Recordset is a custom class that allows you to store and manage selected data from an SQLite or SQLCipher database...
Status: UPDATE
Name: TD_DBNavBar
Code: B4A
Type: b4xlib
Version: 2.6
License: Royalty free for personal and commercial use
External License: Usage of BR_Button (C) Lucas Siqueira
Author: TechDoc G. Becker
Attached: Download Link
Update...
MiniORMUtils
Version: 3.30
This library can be use for creating db schema and performing CRUD operations.
It is suitable for Web API Template or any database system.
Currently it supports SQLite and MySQL (B4J).
Project Template:
[B4X] [Project Template] MiniORM
Examples:
Create...
https://www.b4x.com/android/forum/threads/b4x-pocketbase-open-source-backend-in-1-file.165213/
Please read the official documentation about deleting files in pocketbase:
https://pocketbase.io/docs/files-handling/#deleting-files
There are several ways to delete files with the B4X-Pocketbase...
I come from a web/PHP background and use MySql often. So I want to use SQLite since the syntax is pretty much the same, but the resources I found are either for B4A or is pretty confusing.
Does anyone have a thread or resource I can use as reference? Or can someone point me in the right...
PocketBase was created to assist building self-contained applications that can run on a single server without requiring to install anything in addition.
The basic idea is that the common functionality like crud, auth, files upload, auto TLS, etc. are handled out of the box, allowing you to focus...
Hello B4X Community,
I'm excited to share a new library I've wrapped for B4A developers. FrostPocketBaseMobile is a B4A wrapper around the Pocketbase-mobile library by Rohit Sangwan. This wrapper brings the power of a Pocketbase Server to your B4A projects, allowing you to easily integrate a...
Good Day hopping you are all well,
I have a question concerning Database and Resultset. For Example if I am performing an SQL INSERT or UPDATE the data saved in the database ist changed but the data in the resultset is not!
I understood that this objects are independend from each other and that...
Version: 3.00
Based on (Project Template) Web API Server v3.30
Description:
This is a fully functional user registration and login system with user login management.
It is a remake of MySQL API Server (Key + Token) and [B4X] User Login Apps.
The access token will expired in 10 minutes (you...
Good Morning to you,
as I understood the database itself and the Resultset are two independent Objects. INSERT/UPDATE DELETE will change the Database Data but the Resultset Data is not synchronized and is not effected by those actions.
To solve this I save the SELECT statement and after doing...
Здравствуйте. Я только что начал заниматься с b4a. Я создал базу данных на компьютере. И одновременно создал аппликация для тестирования учеников. Хочу добавить или обновить базу с помощью аппликация. Помогите мне пожалуйста. Заранее благодарю за помощь.
Hi,
I've built an app that uses the tiny spectrum analyzer to monitor preset channel amplitudes and logs them to an sqLite database.
Before running the program open up B4J and set the parameters for your system in the networkPars module.
'Static code module
Sub Process_Globals
Private...
https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/
It is possible to create a new data record and return it directly.
Use the SelectData property
Dim Insert As Supabase_DatabaseInsert = xSupabase.Database.InsertData
Insert.From("users")...
Dear Developers
on 2023 and before you did a good job.
Special Thank you goes to Erel based on his competent and excellent managing of the Forum Posts.
This are my whises:
Additional Database Properties to each View, ColumnName string, ColumnType string
Additional Identification Property to...
https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/
In the following example I make a join into the "public.users" table and need the column "username" from it.
Dim Query As Supabase_DatabaseSelect = xSupabase.Database.SelectData...
So basically what im trying to do is after that i have created some tables in a database, add some values to this tables is update all .db file.
I already had initialize my SQL .db file and check if its no duplicate and stuff like that. All works like a charm but when i close my app, this...
https://www.b4x.com/android/forum/threads/b4x-supabase-firebase-alternative.149855/
This is a very simple tutorial on how to use the CRUD options. A more detailed tutorial is coming soon.
CREATE
Dim Insert As Supabase_DatabaseInsert = xSupabase.Database.InsertData
Insert.From("dt_Tasks")
Dim...
Supabase is an open source Firebase alternative. It provides all the backend services you need to build a product. Supabase uses Postgres database with real-time capabilities. Basically, supabase provides an interface to manage postgres database that you can use to create table and insert, edit...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.