<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: David</title>
    <description>The latest articles on DEV Community by David (@lordryns).</description>
    <link>https://dev.to/lordryns</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1468834%2F8220308a-0137-47eb-ae15-0299a0cbb6d4.jpg</url>
      <title>DEV Community: David</title>
      <link>https://dev.to/lordryns</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lordryns"/>
    <language>en</language>
    <item>
      <title>StashDB: The best json database package for Python</title>
      <dc:creator>David</dc:creator>
      <pubDate>Sat, 10 Aug 2024 14:27:05 +0000</pubDate>
      <link>https://dev.to/lordryns/stashdb-the-best-json-database-package-for-python-2kkj</link>
      <guid>https://dev.to/lordryns/stashdb-the-best-json-database-package-for-python-2kkj</guid>
      <description>&lt;p&gt;StashDB is a new lightweight Python library that allows you to use Json as a database but handles all the annoying and confusing aspects.&lt;/p&gt;

&lt;p&gt;This package allows you to treat the json as a regular python dictionary and work wll it as you please without any roadblock.&lt;/p&gt;

&lt;p&gt;To get started, run the command in your terminal:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pip install stashdb
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;After the package installs, create a &lt;em&gt;main.py&lt;/em&gt; file (you can name the file whatever you want) and start writing code.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;from stashdb import DB

db = DB("app") # you can name this whatever you want
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To get the full documentation, check out the official GitHub repository of this  &lt;a href="https://github.com/lordryns/StashDB" rel="noopener noreferrer"&gt;project&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
