<?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: Ashkanmirgomari</title>
    <description>The latest articles on DEV Community by Ashkanmirgomari (@ashkanmirgomari).</description>
    <link>https://dev.to/ashkanmirgomari</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%2F3616199%2F99eabcf1-e533-474c-8b1c-79841d92947d.jpg</url>
      <title>DEV Community: Ashkanmirgomari</title>
      <link>https://dev.to/ashkanmirgomari</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ashkanmirgomari"/>
    <language>en</language>
    <item>
      <title>🚀 I just built Datana - a secure local database system!</title>
      <dc:creator>Ashkanmirgomari</dc:creator>
      <pubDate>Mon, 17 Nov 2025 19:59:19 +0000</pubDate>
      <link>https://dev.to/ashkanmirgomari/i-just-built-datana-a-secure-local-database-system-22gc</link>
      <guid>https://dev.to/ashkanmirgomari/i-just-built-datana-a-secure-local-database-system-22gc</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hey dev community! 👋&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I'm excited to share Datana - a project I've been passionately working on that brings enterprise-level security to local database management.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  - 🤔 Why I Built This
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;In a world where data breaches are daily news, I wanted to create something that gives developers and organizations complete control over their sensitive data. No cloud dependencies, no third-party risks - just pure, secure local storage.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  - 🔥 What is Datana?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Datana is a secure, terminal-based database system that doesn't compromise on security or features. Think of it as your own personal vault for sensitive data.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🛡 Everything is encrypted end-to-end
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;python
from cryptography.fernet import Fernet
from core.config_manager import get_encryption_key

key = get_encryption_key()
fernet = Fernet(key)
encrypted_data = fernet.encrypt(sensitive_data)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  🚀 Getting Started
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Clone and setup&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone https://github.com/ashkanmirgomari/datana.git
cd datana
pip install -r requirements.txt

# 2. Run (first time creates default users)
python project.py

# 3. Login with:
#    Username: root
#    Password: root
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  🎉 Cool Features You'll Love
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Progress Animations: Beautiful loading bars for all operations&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advanced Search: Regex, date ranges, field-specific queries&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Auto-backup: Configurable automatic encrypted backups&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;System Analytics: Real-time monitoring and reporting&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Export Capabilities: CSV exports with custom formatting&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🤝 Contributing &amp;amp; Feedback
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;This is just the beginning! I'd love to:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hear your feature suggestions&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get security audits from the community&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;See forks for specific use cases&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Collaborate on enterprise features&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check out the GitHub repo and let me know what you think! ⭐&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub: &lt;em&gt;&lt;a href="https://github.com/ashkanmirgomari/datana" rel="noopener noreferrer"&gt;https://github.com/ashkanmirgomari/datana&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Would love to hear your thoughts, suggestions, and use cases! What features would you add? 🔥&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>database</category>
      <category>security</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
