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
Why cannot this be inline...
by
ASerge
[
Today
at 09:37:57 pm]
Lazarus Install PI5 Bookw...
by
paweld
[
Today
at 09:26:57 pm]
Anyone interested in test...
by
PascalDragon
[
Today
at 09:23:21 pm]
jwabcrypt unit is missing
by
PascalDragon
[
Today
at 09:21:00 pm]
[SOLVED]Diferences in Gen...
by
janasoft
[
Today
at 09:05:14 pm]
Does using TTimer creates...
by
PascalDragon
[
Today
at 09:03:31 pm]
TPath enhancements (Issue...
by
qubits
[
Today
at 08:44:11 pm]
Lazarus corrupted my enti...
by
Martin_fr
[
Today
at 08:33:45 pm]
Projects written in old F...
by
wp
[
Today
at 08:07:11 pm]
TFileStream.ReadAnsiStrin...
by
Bart
[
Today
at 07:55:38 pm]
What is the meaning of TF...
by
Josh
[
Today
at 07:18:15 pm]
Adding an icon to the exe...
by
bobby100
[
Today
at 07:05:22 pm]
How to activate/show/focu...
by
Raumgleiter
[
Today
at 06:07:24 pm]
Does anybody have example...
by
pascalbythree
[
Today
at 06:01:21 pm]
Huge problem with open fi...
by
MarkMLl
[
Today
at 05:11:48 pm]
Get Started / How'to with...
by
circular
[
Today
at 05:08:32 pm]
GUI for ChatGPT (yarvis)
by
schuler
[
Today
at 04:40:13 pm]
Conscious Artificial Inte...
by
schuler
[
Today
at 04:37:48 pm]
[SOLVED] Simple (I hope) ...
by
SteveSS
[
Today
at 04:37:34 pm]
How to "create" a TFont a...
by
Hartmut
[
Today
at 04:36:13 pm]
Lazarus IDE Windows "stuc...
by
Tony Stone
[
Today
at 04:23:14 pm]
[SOLVED] TPanel slider po...
by
Pe3s
[
Today
at 04:20:03 pm]
Lazarus Release Candidate...
by
furious programming
[
Today
at 03:21:01 pm]
Faster code execution idi...
by
Martin_fr
[
Today
at 03:17:06 pm]
How to override the capti...
by
Joanna
[
Today
at 02:53:57 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Which is best embedded database for Lazarus (Read 1603 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: 13229
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: 2031
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: 5045
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