<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://josemaria.bargallomoya.com/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://josemaria.bargallomoya.com/dokuwiki/feed.php">
        <title>Bargawiki - web_development:databases</title>
        <description></description>
        <link>https://josemaria.bargallomoya.com/dokuwiki/</link>
        <image rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-05T13:15:10+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=web_development:databases:mongodb&amp;rev=1739954669&amp;do=diff"/>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=web_development:databases:mysql&amp;rev=1739347289&amp;do=diff"/>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=web_development:databases:sqlite&amp;rev=1740499260&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://josemaria.bargallomoya.com/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Bargawiki</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/</link>
        <url>https://josemaria.bargallomoya.com/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=web_development:databases:mongodb&amp;rev=1739954669&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-19T08:44:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mongodb</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=web_development:databases:mongodb&amp;rev=1739954669&amp;do=diff</link>
        <description>MongoDB Cheatsheet

Introduction

MongoDB is a NoSQL, document-oriented database that stores data in flexible, JSON-like documents. It is designed for scalability, high availability, and developer ease of use.

Key Concepts

	*  Document: The basic unit of data in MongoDB, stored in BSON (binary JSON).</description>
    </item>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=web_development:databases:mysql&amp;rev=1739347289&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-12T08:01:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mysql</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=web_development:databases:mysql&amp;rev=1739347289&amp;do=diff</link>
        <description>Summary of Main SQL Concepts and Commands

SQL (Structured Query Language) is used to manage and manipulate relational databases. Below is a summary of the most essential SQL commands and concepts.

Data Querying

	*  SELECT - Retrieves data from one or more tables. Example:</description>
    </item>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=web_development:databases:sqlite&amp;rev=1740499260&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-25T16:01:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sqlite</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=web_development:databases:sqlite&amp;rev=1740499260&amp;do=diff</link>
        <description>SQLite Hardening Guide

Introduction

SQLite is a lightweight, self-contained database engine. Hardening SQLite involves applying security measures to protect database integrity and prevent unauthorized access.

1. Use the Latest Version

- Regularly update SQLite to ensure you have the latest security patches.
- Check the official SQLite website for updates.</description>
    </item>
</rdf:RDF>
