KDb: Difference between revisions
Appearance
No edit summary |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
==Development== | ==Development== | ||
*{{KexiCIStatus|kdb | *{{KexiCIStatus|libraries/kdb|master}} | ||
*{{KexiCIStatus|kdb| | *{{KexiCIStatus|libraries/kdb|{{KexiLibs/StableBranch}}}} | ||
*{{CoverityStatus|kdb|7968|master - }} | *{{CoverityStatus|kdb|7968|master - }} | ||
[[File:KDb3-query.png|right|200px]] | [[File:KDb3-query.png|right|200px]] | ||
*[https://invent.kde.org/libraries/kdb/-/boards Project management (boards)] | *[https://invent.kde.org/libraries/kdb/-/boards Project management (boards)] | ||
*[https://bugs.kde.org/enter_bug.cgi?product=KDb&format=guided Report bugs or wishes at bugs.kde.org] | *[https://bugs.kde.org/enter_bug.cgi?product=KDb&format=guided Report bugs or wishes at bugs.kde.org] | ||
* | *[https://invent.kde.org/libraries/kdb Browse code repository], [https://invent.kde.org/libraries/kdb/-/merge_requests Code reviews] (KDE Invent) | ||
*[[/TODOs/]] | *[[/TODOs/]] | ||
*[[/Drivers/]] | *[[/Drivers/]]: [[/Drivers/SQLite|SQLite]], [[/Drivers/MySQL|MySQL]], [[/Drivers/PostgreSQL|PostgreSQL]] | ||
*[[/Tests/]] | *[[/Tests/]] | ||
*[[/Windows/]] and [[/Mac/]] ports. | *[[/Windows/]] and [[/Mac/]] ports. | ||
*[[/Database Collation Issues/]] | |||
*[[/Lookup Columns/]] | |||
*[[/Extended Table Schema Information/]] | |||
*[[/Rich Data Containers/]] | |||
==Links== | ==Links== | ||
Line 33: | Line 36: | ||
Archived content: | Archived content: | ||
*[[/Archives/|KDb Archives]] | *[[/Archives/|KDb Archives]] | ||
*[[Kexi/Porting to Qt&KF 5#KDb|Porting to Qt&KF 5]] (page is shared with | *[[Kexi/Porting to Qt&KF 5#KDb|Porting to Qt&KF 5]] (page is shared with KEXI project) | ||
See also: | See also: | ||
*[[Kexi| | *[[Kexi|KEXI development wiki]] | ||
*http://www.kexi-project.org | *http://www.kexi-project.org | ||
*[[ | External: | ||
*[http://savage.net.au/SQL/ BNF Grammars for SQL-92, SQL-99 and SQL-2003] | |||
*[https://troels.arvin.dk/db/rdbms/ Comparison of different SQL implementations] | |||
[[Category:Kexi]] | [[Category:Kexi]] | ||
[[Category:Frameworks]] | [[Category:Frameworks]] |
Latest revision as of 01:36, 29 December 2024
KDb is a database connectivity and creation framework for various database vendors. It can be freely used with any C++ or Qt applications. more info »
Current stable version:
3.2.0
; dev. version (master): 3.3.0 Alpha
- Download, Build, Releases, Authors, How To Package
- Maintainer: Jarosław Staniek, [email protected], License: LGPL
Development
- master - static analysis:
- Project management (boards)
- Report bugs or wishes at bugs.kde.org
- Browse code repository, Code reviews (KDE Invent)
- TODOs
- Drivers: SQLite, MySQL, PostgreSQL
- Tests
- Windows and Mac ports.
- Database Collation Issues
- Lookup Columns
- Extended Table Schema Information
- Rich Data Containers
Links
- Public API docs
- Dashboard at cdash.org with unit tests built every night (empty for now)
- Code checking results at English Breakfast Network
Archived content:
- KDb Archives
- Porting to Qt&KF 5 (page is shared with KEXI project)
See also:
External: