GNOME-DB (original) (raw)
GNOME-DB es una arquitectura de acceso a bases de datos orientada a ser usada por aplicaciones para el proyecto GNOME. GNOME-DB es un proyecto de software libre y por tanto ha sido y sigue siendo desarrollado por voluntarios de varios países. Se distribuye bajo la licencia GPL.
Property | Value |
---|---|
dbo:abstract | GNOME-DB es una arquitectura de acceso a bases de datos orientada a ser usada por aplicaciones para el proyecto GNOME. GNOME-DB es un proyecto de software libre y por tanto ha sido y sigue siendo desarrollado por voluntarios de varios países. Se distribuye bajo la licencia GPL. (es) GNOME-DB is a database application by the GNOME community. The project aims to provide a free unified data access architecture to the GNOME project for all Unix platforms. GNOME-DB is useful for any application that accesses persistent data (not only databases, but data), since it now contains a data management API. Support for GObject Introspection and Vala. Starting with the 4.2 series, GNOME-DB corresponds to the libgda library. The libgnomedb library provides "widgets" that allow users to interact with data in databases. It uses the libgda generic database API, so it can use MySQL, Postgres, Sqlite, etc. (en) GNOME-DB est une application de base de données faisant partie de GNOME Office, la suite bureautique de l'environnement GNOME. Le projet a pour but de fournir une architecture unifiée d'accès aux données pour le projet GNOME, pour toutes les platformes Unix. GNOME-DB est utile pour toute application qui accède à des données de façon permanente (pas uniquement des bases de données, mais des données), car il contient maintenant une API de gestion des données. (fr) GNOME-DB è un software libero e Open Source per la creazione e gestione di database e fa parte della suite per l'ufficio GNOME Office.È multipiattaforma.Il progetto mira a fornire non un RAD, ma un'architettura di accesso dati unificata e libera per il progetto GNOME verso tutte le piattaforme Unix. GNOME-DB è utile per qualsiasi applicazione che accede a dati persistenti (non solo i database veri e propri, ma dati), dal momento che contiene una API per la gestione dei dati.Questo approccio verso i dati è l'opposto di quello di un RDBMS di tipo RAD. GNOME-DB consente di creare database, inserire dati, eseguire interrogazioni al DB (query) e processare i dati. GNOME-DB, attraverso le librerie , può connettersi a differenti DBMS, tra cui MySQL, PostgreSQL, SQLite (e SQLCipher), MSAccess, Berkeley DB (e la sua estensione SQL), Oracle e JDBC (per accesso verso qualsiasi database attraverso driver JDBC), e progressivamente verso altri tipi di database come Firebird. Possiede apposite funzioni di collegamento verso un database nascosto dietro un server web (attraverso specifici script PHP). GNOME-DB offre la possibilità di creare delle form per fornire un'interfaccia per interagire con il vostro database (inserimento, modifica, eliminazione dati ecc.), creare dei report in base alle nostre esigenze che possono essere visualizzati e/o stampati. (it) GNOME-DB(グノーム・ディービー)はGNOMEデスクトップのオフィススイートGNOME Officeのデータベースアプリケーションである。このプロジェクトの目的は、GNOMEプロジェクトにフリーで統一的なデータアクセスアーキテクチャを提供することである。データ管理APIが含まれているので、永続的データ(データベースに限らず、単なるデータの場合でも)にアクセスするアプリケーションにとって有用である。 (ja) |
dbo:author | dbr:The_GNOME_Project |
dbo:genre | dbr:Database |
dbo:latestReleaseDate | 2015-06-12 (xsd:date) |
dbo:latestReleaseVersion | 5.2.3 |
dbo:license | dbr:GNU_Lesser_General_Public_License |
dbo:wikiPageExternalLink | http://www.gnome-db.org/ https://git.gnome.org/browse/libgda/ http://www.gnome-db.org/Roadmap https://wiki.gnome.org/ChooseLibgdaSQLite |
dbo:wikiPageID | 1099050 (xsd:integer) |
dbo:wikiPageInterLanguageLink | dbpedia-sv:GNOME-DB |
dbo:wikiPageLength | 4511 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID | 1000909405 (xsd:integer) |
dbo:wikiPageWikiLink | dbr:Unix dbr:UnixODBC dbr:Vala_(programming_language) dbr:Library_(computing) dbr:SQL dbr:SQLite dbr:GLib dbr:GNOME dbr:GNU_General_Public_License dbr:GNU_Lesser_General_Public_License dbr:GTK+ dbr:GraphViz dbr:Application_programming_interface dbc:GNOME_libraries dbc:Free_software_programmed_in_C dbr:C_(programming_language) dbr:GObject_Introspection dbr:Database dbr:Java_Database_Connectivity dbr:The_GNOME_Project dbr:Open_Database_Connectivity dbc:Free_database_management_systems dbr:LibXML2 dbr:GooCanvas |
dbp:author | dbr:The_GNOME_Project |
dbp:developer | various people (en) |
dbp:genre | database, data abstraction layer (en) |
dbp:latestReleaseDate | 2015-06-12 (xsd:date) |
dbp:latestReleaseVersion | 5.200000 (xsd:double) |
dbp:license | dbr:GNU_Lesser_General_Public_License |
dbp:website | http://www.gnome-db.org/ |
dbp:wikiPageUsesTemplate | dbt:Infobox_software dbt:Reflist dbt:Start_date_and_age dbt:GNOME dbt:Database-software-stub dbt:GNOME-stub |
dct:subject | dbc:GNOME_libraries dbc:Free_software_programmed_in_C dbc:Free_database_management_systems |
gold:hypernym | dbr:Application |
rdf:type | owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 yago:Abstraction100002137 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:DatabaseManagementSystem106588785 yago:Writing106359877 yago:WrittenCommunication106349220 yago:Software106566077 yago:WikicatFreeDatabaseManagementSystems |
rdfs:comment | GNOME-DB es una arquitectura de acceso a bases de datos orientada a ser usada por aplicaciones para el proyecto GNOME. GNOME-DB es un proyecto de software libre y por tanto ha sido y sigue siendo desarrollado por voluntarios de varios países. Se distribuye bajo la licencia GPL. (es) GNOME-DB est une application de base de données faisant partie de GNOME Office, la suite bureautique de l'environnement GNOME. Le projet a pour but de fournir une architecture unifiée d'accès aux données pour le projet GNOME, pour toutes les platformes Unix. GNOME-DB est utile pour toute application qui accède à des données de façon permanente (pas uniquement des bases de données, mais des données), car il contient maintenant une API de gestion des données. (fr) GNOME-DB(グノーム・ディービー)はGNOMEデスクトップのオフィススイートGNOME Officeのデータベースアプリケーションである。このプロジェクトの目的は、GNOMEプロジェクトにフリーで統一的なデータアクセスアーキテクチャを提供することである。データ管理APIが含まれているので、永続的データ(データベースに限らず、単なるデータの場合でも)にアクセスするアプリケーションにとって有用である。 (ja) GNOME-DB is a database application by the GNOME community. The project aims to provide a free unified data access architecture to the GNOME project for all Unix platforms. GNOME-DB is useful for any application that accesses persistent data (not only databases, but data), since it now contains a data management API. Support for GObject Introspection and Vala. Starting with the 4.2 series, GNOME-DB corresponds to the libgda library. (en) GNOME-DB è un software libero e Open Source per la creazione e gestione di database e fa parte della suite per l'ufficio GNOME Office.È multipiattaforma.Il progetto mira a fornire non un RAD, ma un'architettura di accesso dati unificata e libera per il progetto GNOME verso tutte le piattaforme Unix. GNOME-DB è utile per qualsiasi applicazione che accede a dati persistenti (non solo i database veri e propri, ma dati), dal momento che contiene una API per la gestione dei dati.Questo approccio verso i dati è l'opposto di quello di un RDBMS di tipo RAD. (it) |
rdfs:label | GNOME-DB (es) GNOME-DB (en) GNOME-DB (fr) GNOME-DB (it) GNOME-DB (ja) |
owl:sameAs | freebase:GNOME-DB yago-res:GNOME-DB wikidata:GNOME-DB dbpedia-es:GNOME-DB dbpedia-fr:GNOME-DB dbpedia-hu:GNOME-DB dbpedia-it:GNOME-DB dbpedia-ja:GNOME-DB https://global.dbpedia.org/id/6G52 |
prov:wasDerivedFrom | wikipedia-en:GNOME-DB?oldid=1000909405&ns=0 |
foaf:homepage | http://www.gnome-db.org/ |
foaf:isPrimaryTopicOf | wikipedia-en:GNOME-DB |
is dbo:wikiPageRedirects of | dbr:GNU_Data_Access |
is dbo:wikiPageWikiLink of | dbr:GNOME dbr:GNU_Data_Access |
is foaf:primaryTopic of | wikipedia-en:GNOME-DB |