<?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: Cali Hunlax</title>
    <description>The latest articles on DEV Community by Cali Hunlax (@calihunlax).</description>
    <link>https://dev.to/calihunlax</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%2F963559%2Fa6886e1a-6f7f-4ed6-80a9-983855ddec89.jpg</url>
      <title>DEV Community: Cali Hunlax</title>
      <link>https://dev.to/calihunlax</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/calihunlax"/>
    <language>en</language>
    <item>
      <title>Quickiebase: a pure-Python NoSQL database</title>
      <dc:creator>Cali Hunlax</dc:creator>
      <pubDate>Wed, 04 Jan 2023 00:16:48 +0000</pubDate>
      <link>https://dev.to/calihunlax/quickiebase-a-pure-python-nosql-database-2m4a</link>
      <guid>https://dev.to/calihunlax/quickiebase-a-pure-python-nosql-database-2m4a</guid>
      <description>&lt;p&gt;I'm working on &lt;a href="https://github.com/cabalamat/quickiebase" rel="noopener noreferrer"&gt;&lt;strong&gt;Quickiebase&lt;/strong&gt;&lt;/a&gt; my pure-Python NoSQL database which stores documents as JSON objects.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Quickiebase?
&lt;/h2&gt;

&lt;p&gt;Python is renowned for being batteries-included. It also has access to sqlite as part of the standard library. I think it would make sense to have an NoSQL document database as part of the standard library; something that can you can set up and start using with a simple &lt;code&gt;import&lt;/code&gt; statement.&lt;/p&gt;

&lt;p&gt;(If not as part of the standard library, then it should be available as a package on the &lt;a href="https://pypi.org/" rel="noopener noreferrer"&gt;Python Package Index&lt;/a&gt;.)&lt;/p&gt;

&lt;p&gt;According to the &lt;a href="https://survey.stackoverflow.co/2022/#technology-most-popular-technologies" rel="noopener noreferrer"&gt;2022 Stack Overflow developer survey&lt;/a&gt;, MongoDB is the most popular NoSQL database (and the 4th most popular database overall), and the  most wanted NoSQL database which 17% of developers wanting to use it.&lt;/p&gt;

&lt;p&gt;Because of this, the NoSQL database library should be based on MongoDB, that is its functionality should be a subset of MongoDB's, so that if a project using it grows to something big it can easily move up to a bigger database.  &lt;/p&gt;

&lt;p&gt;I'm also mindful that MongoDB stopped being open source with its Server Side Public License (SSPL).&lt;/p&gt;

</description>
      <category>emptystring</category>
    </item>
    <item>
      <title>Should there be a NoSQL database as part of the Python standard library?</title>
      <dc:creator>Cali Hunlax</dc:creator>
      <pubDate>Tue, 08 Nov 2022 23:10:43 +0000</pubDate>
      <link>https://dev.to/calihunlax/should-there-be-a-nosql-database-as-part-of-the-python-standard-library-167f</link>
      <guid>https://dev.to/calihunlax/should-there-be-a-nosql-database-as-part-of-the-python-standard-library-167f</guid>
      <description>&lt;p&gt;Python is well-known for being batteries-included. It also has access to sqlite as part of the standard library. But the standard library doesn't have anything equivalent for a NoSQL database.&lt;/p&gt;

&lt;p&gt;According to the &lt;a href="https://survey.stackoverflow.co/2022/#technology-most-popular-technologies"&gt;2022 Stack Overflow developer survey&lt;/a&gt;, MongoDB is the most popular NoSQL database (and the 4th most popular database overall), and the  most wanted NoSQL database which 17% of developers wanting to use it.&lt;/p&gt;

&lt;p&gt;I'm also mindful that MongoDB stopped being open source with its Server Side Public License (SSPL).&lt;/p&gt;

&lt;p&gt;For all these reasons I think Python should have a NoSQL document database as part of the standard library; and that its functionality should be based on that of MongoDB. This means that if a project using it grows to something big it can easily move up to a bigger database.&lt;/p&gt;

&lt;p&gt;If such a database existed in the Python standard library, would you use it?&lt;/p&gt;

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