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
Compile loongarch64 appli...
by
myisjwj
[
Today
at 03:04:23 am]
Better Vectorcall Support
by
WayneSherman
[
Today
at 02:52:53 am]
LAMW 0.8.6.3
by
WayneSherman
[
Today
at 01:54:27 am]
Writing error when select...
by
Martin_fr
[
Today
at 01:43:40 am]
How to detect if an UTF8-...
by
jamie
[
Today
at 12:21:32 am]
Program crashes on Window...
by
dbannon
[December 10, 2023, 11:47:13 pm]
SVG thumbnails
by
circular
[December 10, 2023, 11:46:54 pm]
Dynamical creation of obj...
by
jmpessoa
[December 10, 2023, 11:19:36 pm]
lazarus controlling compi...
by
PascalDragon
[December 10, 2023, 09:51:38 pm]
Possible bug with range c...
by
PascalDragon
[December 10, 2023, 09:46:00 pm]
likely/unlikely — will it...
by
PascalDragon
[December 10, 2023, 09:37:19 pm]
Feature announcement: Fun...
by
PascalDragon
[December 10, 2023, 09:26:48 pm]
syncobjs.TEventObject cla...
by
PascalDragon
[December 10, 2023, 09:21:29 pm]
Demo example. How work wi...
by
Renat.Su
[December 10, 2023, 09:16:51 pm]
Stencil and TOpenGLContro...
by
Lulu
[December 10, 2023, 08:57:43 pm]
Inc operator overloading ...
by
jamie
[December 10, 2023, 08:32:12 pm]
can't determine which ove...
by
ad1mt
[December 10, 2023, 06:34:17 pm]
ANN: Native X.509, RSA an...
by
abouchez
[December 10, 2023, 02:45:57 pm]
Problem with typing Shift...
by
Martin_fr
[December 10, 2023, 01:58:18 pm]
RayLib 5.0
by
YiannisKam
[December 10, 2023, 01:02:58 pm]
BGRA Controls
by
petevick
[December 10, 2023, 12:08:48 pm]
There is no iconv static ...
by
a8265348
[December 10, 2023, 11:25:24 am]
BGRABitmap - showcase -
by
circular
[December 10, 2023, 11:09:24 am]
Stringgrid check only one...
by
Hansvb
[December 10, 2023, 10:11:20 am]
BottomAxis Height
by
kapibara
[December 10, 2023, 08:46:39 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Which is best embedded database for Lazarus (Read 1898 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: 13297
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: 2036
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: 5061
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