Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Databases
»
free database for android ?
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
MVP made easier.
by
cdbc
[April 23, 2025, 11:51:34 pm]
FPC 3.2.2 + Lazarus 3.4 C...
by
paule32
[April 23, 2025, 11:18:59 pm]
FPC 3.2.2 using Result wi...
by
paule32
[April 23, 2025, 11:16:52 pm]
FPC 3.2.2 - maximum Lengt...
by
paule32
[April 23, 2025, 11:09:57 pm]
debugger not showing vari...
by
rohran
[April 23, 2025, 11:05:01 pm]
[solved] macro for code ?
by
Zoran
[April 23, 2025, 11:04:56 pm]
Knob Finger Spinner Graph...
by
circular
[April 23, 2025, 10:15:44 pm]
Snaking ZigZag Curve: PRO...
by
Handoko
[April 23, 2025, 10:12:04 pm]
Library: Embed DLL in EXE
by
Tomxe
[April 23, 2025, 09:57:37 pm]
Writing a TMemo widget fr...
by
paule32
[April 23, 2025, 08:38:32 pm]
ChatGPT and algorithms
by
TBMan
[April 23, 2025, 06:18:46 pm]
Deleting exe-file not wor...
by
d2010
[April 23, 2025, 06:14:27 pm]
Named range
by
Thaddy
[April 23, 2025, 05:22:17 pm]
Math.RoundTo incorrect so...
by
BeniBela
[April 23, 2025, 04:07:40 pm]
2d "platform" game sugges...
by
TBMan
[April 23, 2025, 03:47:29 pm]
Rain Simulator
by
Boleeman
[April 23, 2025, 02:57:30 pm]
Turbo Pascal's default fo...
by
Thaddy
[April 23, 2025, 02:34:28 pm]
Amigo programming languag...
by
paxscript
[April 23, 2025, 02:07:13 pm]
More AI hype?
by
Joanna from IRC
[April 23, 2025, 02:01:16 pm]
I didn't expect this
by
simone
[April 23, 2025, 01:40:01 pm]
Reading axis range after ...
by
wp
[April 23, 2025, 11:41:42 am]
Testing with SQLite3DataS...
by
CharlyTango
[April 23, 2025, 10:55:38 am]
Detecting symbol correspo...
by
Tommi
[April 23, 2025, 10:13:27 am]
[SOLVED] WebP images and ...
by
circular
[April 23, 2025, 09:29:34 am]
[SOLVED] How to "Jump To"...
by
Markus
[April 23, 2025, 09:24:57 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: free database for android ? (Read 1528 times)
young_nandy
New Member
Posts: 41
free database for android ?
«
on:
December 01, 2020, 01:52:18 am »
Hello,
please give me a suggestion about free database for android? and explain a little of the advantages.
thx
Logged
jmpessoa
Hero Member
Posts: 2327
Re: free database for android ?
«
Reply #1 on:
December 01, 2020, 02:15:20 am »
Every Android device has a "SQLITE" database installed [by default]...
Logged
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard
Leledumbo
Hero Member
Posts: 8797
Programming + Glam Metal + Tae Kwon Do = Me
Re: free database for android ?
«
Reply #2 on:
December 04, 2020, 05:30:10 am »
Practically every major free dbms is accessible from Android as they're client server. For local storage dbms, as jmpessoa said, SQLite is preinstalled as Android itself makes heavy use of it for configuration storage.
Logged
Follow this if you want me to answer:
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
http://pascalgeek.blogspot.com
https://bitbucket.org/leledumbo
https://github.com/leledumbo
Code first, think later - Natural programmer B)
young_nandy
New Member
Posts: 41
Re: free database for android ?
«
Reply #3 on:
December 04, 2020, 02:52:22 pm »
is there no other database that is good and can accommodate a large capacity ?
Logged
Soner
Sr. Member
Posts: 319
Re: free database for android ?
«
Reply #4 on:
December 04, 2020, 03:06:29 pm »
Firebird:
https://firebirdsql.org/en/firebird-3-0/
Logged
valdir.marcos
Hero Member
Posts: 1106
Re: free database for android ?
«
Reply #5 on:
December 04, 2020, 03:07:59 pm »
Quote from: young_nandy on December 04, 2020, 02:52:22 pm
is there no other database that is good and can accommodate a large capacity ?
You may try Firebird 3.0 for Android:
http://firebirdsql.org/en/firebird-3-0/#Android
Logged
DonAlfredo
Hero Member
Posts: 1793
Re: free database for android ?
«
Reply #6 on:
December 04, 2020, 05:15:37 pm »
I have a 4GB sqlite3 database running without problems. Through the mORMot. Encrypted. On Android. Static sqlite3 for encryption. Encryption is a 100% must on Android.
Logged
Fpcupdeluxe:
https://github.com/LongDirtyAnimAlf/fpcupdeluxe
Latest release:
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/latest
Legacy:
https://github.com/LongDirtyAnimAlf/Reiniero-fpcup
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Databases
»
free database for android ?
TinyPortal
© 2005-2018