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
Faster code execution idi...
by
lagprogramming
[
Today
at 11:59:56 am]
Adding an icon to the exe...
by
KesterKick
[
Today
at 11:57:48 am]
Sleep forever
by
jollytall
[
Today
at 11:43:50 am]
Is Lazarus IDE a viable c...
by
pyeri
[
Today
at 11:22:57 am]
Does anybody have example...
by
Hartmut
[
Today
at 11:10:00 am]
TPanel slider position
by
Pe3s
[
Today
at 11:09:59 am]
How to "create" a TFont a...
by
Josh
[
Today
at 10:59:21 am]
Does using TTimer creates...
by
EganSolo
[
Today
at 10:58:42 am]
Diferences in Generics in...
by
marcov
[
Today
at 10:12:34 am]
Lazarus IDE Windows "stuc...
by
nouzi
[
Today
at 09:39:11 am]
Huge problem with open fi...
by
dseligo
[
Today
at 09:13:25 am]
Store string in flash mem...
by
MarkMLl
[
Today
at 09:12:41 am]
Projects written in old F...
by
cdbc
[
Today
at 07:50:38 am]
LAMW: Print to network pr...
by
loaded
[
Today
at 07:15:30 am]
Lazarus Release Candidate...
by
dbannon
[
Today
at 06:20:12 am]
Why cannot this be inline...
by
Martin_fr
[
Today
at 02:10:55 am]
Android Auto app with LAM...
by
dsiders
[November 27, 2023, 11:32:10 pm]
Copy file with progress b...
by
Diverod
[November 27, 2023, 07:33:57 pm]
CopyToClipboard not worki...
by
dvhx
[November 27, 2023, 06:22:57 pm]
Dump list to tree view
by
d7_2_laz
[November 27, 2023, 06:02:14 pm]
Can we use custom drawn L...
by
bobby100
[November 27, 2023, 05:07:37 pm]
Windows low-level APIs an...
by
ArminLinder
[November 27, 2023, 04:32:19 pm]
Conscious Artificial Inte...
by
Dzandaa
[November 27, 2023, 03:50:13 pm]
How to override the capti...
by
wp
[November 27, 2023, 03:38:48 pm]
BGRABitmap - showcase -
by
Mongkey
[November 27, 2023, 11:20:36 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Which is best embedded database for Lazarus (Read 1594 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: 2030
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: 5043
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