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
AI cheetah
by
lainz
[
Today
at 03:17:28 am]
[SOLVED] Problems with ac...
by
Gercino
[
Today
at 01:04:30 am]
[SOLVED] TLabel OptimalFi...
by
Josh
[November 30, 2023, 11:43:45 pm]
Not able to add any compo...
by
andrew Bubble
[November 30, 2023, 11:41:01 pm]
FPC Compiler Relocation B...
by
Bart
[November 30, 2023, 10:53:33 pm]
Pascal script: Unable to ...
by
aducom
[November 30, 2023, 10:13:42 pm]
TProcess and lots of data...
by
marcov
[November 30, 2023, 10:12:58 pm]
Lazarus Release Candidate...
by
AlexTP
[November 30, 2023, 10:01:08 pm]
Anyone interested in test...
by
cpicanco
[November 30, 2023, 09:35:48 pm]
Titlebar custom color
by
domasz
[November 30, 2023, 09:31:14 pm]
Dynamical creation of obj...
by
peterbos
[November 30, 2023, 09:10:55 pm]
BGRABitmap - showcase -
by
circular
[November 30, 2023, 08:52:03 pm]
Better Vectorcall Support
by
Nitorami
[November 30, 2023, 08:38:46 pm]
Mediators and Indexed Pro...
by
sfeinst
[November 30, 2023, 08:14:11 pm]
Windows API and wide/unic...
by
Nadar
[November 30, 2023, 08:08:58 pm]
Noting responds when send...
by
ccrause
[November 30, 2023, 07:52:26 pm]
Out of memory on a ATtiny...
by
ccrause
[November 30, 2023, 07:16:29 pm]
What is the meaning of TF...
by
MarkMLl
[November 30, 2023, 06:32:25 pm]
[SOLVED]Bash commands and...
by
TRon
[November 30, 2023, 06:23:52 pm]
how to change color of a ...
by
Joanna
[November 30, 2023, 04:28:17 pm]
Help with barcode scannin...
by
Handoko
[November 30, 2023, 04:16:10 pm]
Best practices to use tRt...
by
Mr.Madguy
[November 30, 2023, 12:48:45 pm]
ImGui FreePascal Binding ...
by
Coldzer0
[November 30, 2023, 12:44:00 pm]
Sleep forever
by
jollytall
[November 30, 2023, 11:16:16 am]
LazReport designer math f...
by
nouzi
[November 30, 2023, 10:26:26 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Which is best embedded database for Lazarus (Read 1649 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: 13243
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: 2032
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: 5050
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