diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
commit | 68fc8e96a9629e73469ed457abd955e548ec670c (patch) | |
tree | 8529ab9fe63d011f23c7f22ab5a4a1c5563fcaa4 /files/pt-br/glossary/indexeddb | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.gz translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.bz2 translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.zip |
unslug pt-br: move
Diffstat (limited to 'files/pt-br/glossary/indexeddb')
-rw-r--r-- | files/pt-br/glossary/indexeddb/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/pt-br/glossary/indexeddb/index.html b/files/pt-br/glossary/indexeddb/index.html new file mode 100644 index 0000000000..94bd23015a --- /dev/null +++ b/files/pt-br/glossary/indexeddb/index.html @@ -0,0 +1,18 @@ +--- +title: IndexedDB +slug: Glossario/IndexedDB +tags: + - API + - Banco de Dados + - Glossário + - Sql +translation_of: Glossary/IndexedDB +--- +<p>IndexedDB é uma {{glossary("API")}} de web para armazenar volumosas estruturas de dados dentro dos navegadores e indexá-los para buscas de alta performance. Sendo um <a href="https://en.wikipedia.org/wiki/Relational_database_management_system" title="Sistema de Gerenciamento para Banco de Dados Relacionais">RDBMS</a> baseado em {{glossary("SQL")}}, IndexedDB é um sistema de banco de dados transacionais. Porém ele usa objetos {{glossary("JavaScript")}} ao invés de tabelas em colunas fixas para armazenar os dados.</p> + +<h2 id="Aprenda_mais">Aprenda mais</h2> + +<ul> + <li>The {{domxref('IndexedDB_API','IndexedDB API','',1)}} no MDN</li> + <li><a href="http://w3c.github.io/IndexedDB/">A especificação W3C para o IndexedDB</a></li> +</ul> |