Implementarea conceptului GraphQL la gestiunea datelor studenților
Закрыть
Articolul precedent
Articolul urmator
287 1
Ultima descărcare din IBN:
2023-08-04 15:52
SM ISO690:2012
CABAC, Valeria. Implementarea conceptului GraphQL la gestiunea datelor studenților. In: Interuniversitaria, 23 aprilie 2021, Bălți. Bălți, Republica Moldova: Universitatea de Stat „Alecu Russo" din Bălţi, 2021, Ediția 17, Vol.2, pp. 37-42. ISBN 978-9975-50-266-5.
EXPORT metadate:
Google Scholar
Crossref
CERIF

DataCite
Dublin Core
Interuniversitaria
Ediția 17, Vol.2, 2021
Colocviul "Interuniversitaria"
Bălți, Moldova, 23 aprilie 2021

Implementarea conceptului GraphQL la gestiunea datelor studenților


Pag. 37-42

Cabac Valeria
 
Universitatea de Stat „Alecu Russo” din Bălţi
 
 
Disponibil în IBN: 2 februarie 2022


Rezumat

This article takes the method using ORM model and GraphQL system to declaring and querying objects. The relational type of databases useful for storage data of different types. On the one hand, the process of storage is fast when the type of data is primitive. On the other hand, the objects involve a complex construction, from several elements, which are of a different primitive type. Arises a conflict situation: the relational databases process simple data, and the objects sum up mode data in themselves, which may have different types, but using the relational type for objects is too expensive. To solve this problem, the ORM concept was developed, which allows saving lines of code, which leads to a significant increase in the concrete, fast and concise querying databases, when it is about the storage of objects. An example of a structure that uses ORM is the GraphQL system, which is used to declare and query data structures, most exactly – objects.

Cuvinte-cheie
databases, SQL and NoSQL query, object data type, ORM model, GraphQL system