KDb: Difference between revisions
No edit summary |
|||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<div style="float:right;padding-bottom:2em;">https://www.openhub.net/p/kdb/widgets/project_thin_badge.gif<br/><br/>https://www.openhub.net/p/kdb/analyses/latest/commits_spark.png<br/>→ [https://www.openhub.net/p/kdb Stats at Open Hub]</div> | <div style="float:right;padding-bottom:2em;">https://www.openhub.net/p/kdb/widgets/project_thin_badge.gif<br/><br/>https://www.openhub.net/p/kdb/analyses/latest/commits_spark.png<br/>→ [https://www.openhub.net/p/kdb Stats at Open Hub]</div> | ||
'''KDb''' is a database connectivity and creation framework for various database vendors. It can be freely used with any C++ or Qt applications. [ | '''KDb''' is a database connectivity and creation framework for various database vendors. It can be freely used with any C++ or Qt applications. [[/About KDb|more info »]] | ||
<!-- Edit these templates for updating versions: | <!-- Edit these templates for updating versions: | ||
Line 9: | Line 9: | ||
http:/community.kde.org/index.php?title=Template:KDb/UnstableBranch&action=edit | http:/community.kde.org/index.php?title=Template:KDb/UnstableBranch&action=edit | ||
--> | --> | ||
<div style="padding:0.8em">'''Current stable version: <div style="font-size:100%;background:#bbffbb;padding:0.2em;display:inline-block;">{{KDb/Stable}}</div>; dev. version ([https://cgit.kde.org/kdb.git/log/?h=master master]): <div style="font-size:100%;background:#bbffbb;padding:0.2em;display:inline-block;">{{KDb/Unstable}} {{KDb/Stage}}</div>''' | |||
*'''[[/Download/]]''', '''[[/Build/]]''', '''[[/Releases/]]''', [[/Authors/]], [[/How To Package/]] | *'''[[/Download/]]''', '''[[/Build/]]''', '''[[/Releases/]]''', [[/Authors/]], [[/How To Package/]] | ||
*Maintainer: Jarosław Staniek, [mailto:[email protected] [email protected]], License: LGPL | *Maintainer: Jarosław Staniek, [mailto:[email protected] [email protected]], License: LGPL | ||
==Development== | ==Development== | ||
*{{KexiCIStatus|kdb | *{{KexiCIStatus|libraries/kdb|master}} | ||
*{{KexiCIStatus|kdb| | *{{KexiCIStatus|libraries/kdb|{{KexiLibs/StableBranch}}}} | ||
*{{CoverityStatus|kdb|7968|master - }} | *{{CoverityStatus|kdb|7968|master - }} | ||
*[https:// | [[File:KDb3-query.png|right|200px]] | ||
*[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/SQLite|SQLite]], [[/Drivers/MySQL|MySQL]], [[/Drivers/PostgreSQL|PostgreSQL]] | ||
*[[/Tests/]] | *[[/Tests/]] | ||
*[[/Windows/]] and [[/Mac/]] ports. | *[[/Windows/]] and [[/Mac/]] ports. | ||
*[[/Database Collation Issues/]] | |||
==Links== | ==Links== | ||
*[https://api.kde.org/ | *[https://api.kde.org/kexiframeworks/kdb/html/index.html Public API docs] | ||
*[http://my.cdash.org/index.php?project=KDb Dashboard at cdash.org] with unit tests built every night (empty for now) | *[http://my.cdash.org/index.php?project=KDb Dashboard at cdash.org] with unit tests built every night (empty for now) | ||
*[http://ebn.kde.org/krazy/reports/playground/libs/kdb/index.html Code checking results] at English Breakfast Network | *[http://ebn.kde.org/krazy/reports/playground/libs/kdb/index.html Code checking results] at English Breakfast Network | ||
Archived content: | |||
*[[/Archives/|KDb Archives]] | |||
*[[Kexi/Porting to Qt&KF 5#KDb|Porting to Qt&KF 5]] (page is shared with Kexi project) | *[[Kexi/Porting to Qt&KF 5#KDb|Porting to Qt&KF 5]] (page is shared with Kexi project) | ||
See also: | See also: | ||
*[[Kexi|Kexi development wiki]] | *[[Kexi|Kexi development wiki]] | ||
*http://www.kexi-project.org | *http://www.kexi-project.org | ||
[[Category:Kexi]] | [[Category:Kexi]] | ||
[[Category:Frameworks]] | [[Category:Frameworks]] |
Latest revision as of 22:06, 5 October 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
- https://invent.kde.org/libraries/kdb/badges/master/pipeline.svg
- https://invent.kde.org/libraries/kdb/badges/3.2/pipeline.svg
- 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
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: