Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Databases
»
Which is best embedded database for Lazarus
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
IRC channel
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
Using tabs instead of spa...
by
Nadar
[
Today
at 03:50:30 am]
Fpcupdeluxe
by
Tony Stone
[
Today
at 02:53:15 am]
[SOLVED] TLabeledEdit.Edi...
by
dsiders
[
Today
at 02:08:20 am]
Stimulus Control: a teach...
by
cpicanco
[
Today
at 02:07:11 am]
Export Stringgrid to an x...
by
wp
[
Today
at 01:33:42 am]
Conscious Artificial Inte...
by
cpicanco
[
Today
at 01:18:43 am]
Autentication Oracle
by
TRon
[
Today
at 12:07:49 am]
How to convert Real to Bi...
by
ad1mt
[December 06, 2023, 11:24:07 pm]
Small Status Bar Demo
by
MonsterMaze
[December 06, 2023, 09:04:06 pm]
Unique Instance Terminate...
by
KodeZwerg
[December 06, 2023, 09:03:58 pm]
Lazarus Release Candidate...
by
dedrasta
[December 06, 2023, 07:21:58 pm]
[Solved] i can't inatall ...
by
majid.ebru
[December 06, 2023, 06:55:28 pm]
ControlsCodePage presents...
by
Gercino
[December 06, 2023, 06:20:40 pm]
TStringGrid with stretche...
by
wp
[December 06, 2023, 05:54:54 pm]
Mac OS 3.0RC2 throws __da...
by
sawtelle
[December 06, 2023, 05:10:57 pm]
Battery Operations
by
Hansaplast
[December 06, 2023, 04:26:54 pm]
CORDIC algorithms
by
Curt Carpenter
[December 06, 2023, 04:23:32 pm]
[SOLVED] How to stay in t...
by
Hartmut
[December 06, 2023, 04:14:16 pm]
Lazarus 3.9.9 Variable Wa...
by
Martin_fr
[December 06, 2023, 03:55:01 pm]
Linux snapshot zip files ...
by
TRon
[December 06, 2023, 03:30:03 pm]
Anyone interested in test...
by
Josh
[December 06, 2023, 02:09:03 pm]
New version of BGRABitmap
by
lainz
[December 06, 2023, 01:15:01 pm]
Automatize build system
by
Чебурашка
[December 06, 2023, 12:20:44 pm]
lazarus controlling compi...
by
Bart
[December 06, 2023, 11:33:03 am]
SVG thumbnails
by
domasz
[December 06, 2023, 11:18:31 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Which is best embedded database for Lazarus (Read 1788 times)
Prakash
Full Member
Posts: 154
Which is best embedded database for Lazarus
«
on:
September 23, 2023, 08:11:30 pm »
Which is the best embedded database for Lazarus
Logged
Thaddy
Hero Member
Posts: 13273
Re: Which is best embedded database for Lazarus
«
Reply #1 on:
September 24, 2023, 03:36:38 am »
Sqlite
Logged
I actually get compliments for being rude... (well, Dutch, but that is the same)
Zvoni
Hero Member
Posts: 2035
Re: Which is best embedded database for Lazarus
«
Reply #2 on:
September 25, 2023, 09:04:17 am »
Agree with Thaddy.
For local, filebased, server-less Databases SQLite is the premier DB, with Firebird as a far away second
Logged
One System to rule them all, One Code to find them,
One IDE to bring them all, and to the Framework bind them,
in the Land of Redmond, where the Windows lie
---------------------------------------------------------------------
Code is like a joke: If you have to explain it, it's bad
incendio
Sr. Member
Posts: 260
Re: Which is best embedded database for Lazarus
«
Reply #3 on:
October 25, 2023, 05:38:18 am »
Depend on the complexity of your application.
Sqlite is fast and simple but do not support stored procedure and integrity constraint.
Only suitable for simple database operation.
I would choose Firebird instead for long run development.
Logged
Handoko
Hero Member
Posts: 5060
My goal: build my own game engine using Lazarus
Re: Which is best embedded database for Lazarus
«
Reply #4 on:
October 25, 2023, 05:48:38 am »
Each database has its own advantages and disadvantages:
TDBF
No client lib and easy to use. But may have a potential license issue:
https://forum.lazarus.freepascal.org/index.php/topic,60100.msg448769.html#msg448769
SQLite
Release in public domain license but it has its own disadvantages:
https://forum.lazarus.freepascal.org/index.php?topic=20826.0
Firebird Embedded
Can be upgraded to work in client-server environment but the installation is a bit challenging:
https://forum.lazarus.freepascal.org/index.php/topic,64344.msg494860.html#msg494860
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Databases
»
Which is best embedded database for Lazarus
TinyPortal
© 2005-2018