KDb: Difference between revisions

From KDE Community Wiki
No edit summary
m (Mistake, Undo revision 79620 by Jstaniek (talk))
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
==Welcome to the KDb Development Wiki==
<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/>&rarr; [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/>&rarr; [https://www.openhub.net/p/kdb Stats at Open Hub]</div>
'''KDb''' is a database connectivity and creation library, a new iteration of KexiDB library developed within [[Kexi]], part of the [[Calligra|Calligra Suite]]. [[/About KDb|more info &raquo;]]
'''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 &raquo;]]


<!-- Edit these templates for updating versions:
<!-- Edit these templates for updating versions:
Line 10: 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;">Unreleased<!-- {{KDb/Stable}} --></div>; dev. version ([https://projects.kde.org/projects/playground/libs/kdb/repository master]): <div style="font-size:100%;background:#bbffbb;padding:0.2em;display:inline-block;">{{KDb/Unstable}} {{KDb/Stage}}</div>'''
[[File:KDb3-query.png|right|200px]]<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]]
*Maintainer: Jarosław Staniek, [mailto:[email protected] [email protected]], License: LGPL


==Development==
==Development==
*[https://phabricator.kde.org/project/view/20/ Project management at phabricator.kde.org]
*{{KexiCIStatus|kdb||master}}
*[https://phabricator.kde.org/diffusion/KDB Code at phabricator.kde.org]
*{{KexiCIStatus|kdb|stable-|stable}}
*{{CoverityStatus|kdb|7968|master - }}
*[https://phabricator.kde.org/project/view/20/ Project management (tasks)], shortcut: <tt>bit.ly/kdbtasks</tt> (Phabricator)
*[https://bugs.kde.org/enter_bug.cgi?product=KDb&format=guided Report bugs or wishes at bugs.kde.org]
*Browse code repository: [https://phabricator.kde.org/diffusion/KDB Phabricator], [https://cgit.kde.org/kdb.git cgit]
*[https://phabricator.kde.org/differential/query/kBoyYpKPO.Ru/ Code reviews] (Phabricator)
*[[/TODOs/]], [https://todo.kde.org/?controller=board&action=show&project_id=9 Tasks at todo.kde.org (OLD, to be moved to Phabricator)] (migrate here from the wiki, requires KDE Identity), [https://todo.kde.org/?controller=board&action=readonly&token=502d621af316e561f73f6e7d2d8699036693108054cf9da8dbc6b4808c05 public read-only view]
*[[/TODOs/]], [https://todo.kde.org/?controller=board&action=show&project_id=9 Tasks at todo.kde.org (OLD, to be moved to Phabricator)] (migrate here from the wiki, requires KDE Identity), [https://todo.kde.org/?controller=board&action=readonly&token=502d621af316e561f73f6e7d2d8699036693108054cf9da8dbc6b4808c05 public read-only view]
*[[/Drivers/]]
*[[/Drivers/]]
*[[/Tests/]]
*[[/Tests/]]
*[[/Windows/]] and  [[/Mac/]] ports.
*[[/Windows/]] and  [[/Mac/]] ports.
**[[Kexi/Porting to Qt&KF 5#Predicate|Porting to Qt&KF 5]] (page is shared with Kexi project)


==Links==
==Links==
 
*[https://api.kde.org/extragear-api/libs-apidocs/kdb/src/html/index.html Public API docs]
*[https://projects.kde.org/projects/playground/libs/kdb/activity Activity in the git repository]
*[http://quickgit.kde.org/index.php?p=kdb.git Git Web interface]
*[http://build.kde.org/job/kdb_master Build server] (TODO: [http://community.kde.org/Sysadmin/Jenkins Jenkins] for continuous integration; runs nightly builds and tests)
*[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
Archive:
*[[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
*[[Kexi/KexiDB|KexiDB]] page will be moved here soon
*[[Kexi/KexiDB|KexiDB]] page will be moved here soon
[[Category:Kexi]]
[[Category:Frameworks]]

Revision as of 12:26, 5 March 2018

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

Development

Links

Archive:

See also: