<?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: Invixity</title>
    <description>The latest articles on DEV Community by Invixity (@invixity).</description>
    <link>https://dev.to/invixity</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%2F1014822%2F0ca68f54-b801-4d3d-96d2-402d48554a14.png</url>
      <title>DEV Community: Invixity</title>
      <link>https://dev.to/invixity</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/invixity"/>
    <language>en</language>
    <item>
      <title>Why I Use Pocketbase (and Why You Should Too)</title>
      <dc:creator>Invixity</dc:creator>
      <pubDate>Thu, 26 Jan 2023 01:46:19 +0000</pubDate>
      <link>https://dev.to/invixity/why-i-use-pocketbase-and-why-you-should-too-1d8f</link>
      <guid>https://dev.to/invixity/why-i-use-pocketbase-and-why-you-should-too-1d8f</guid>
      <description>&lt;p&gt;As a developer, I'm always looking for ways to streamline my workflow and increase my productivity. One tool that has been a game-changer for me is Pocketbase.&lt;/p&gt;

&lt;p&gt;Pocketbase is a lightweight, open-source, and easy-to-use database management tool. It's perfect for small projects, local development, and prototyping. It has a simple and intuitive interface that makes it easy to manage and query your data.&lt;/p&gt;

&lt;p&gt;One of the things I love most about Pocketbase is that it doesn't require any setup or configuration. You simply run the command &lt;code&gt;./pocketbase serve&lt;/code&gt; in your terminal and it opens up a browser-based interface where you can create and manage your databases.&lt;/p&gt;

&lt;p&gt;Another great feature of Pocketbase is its support for multiple data types, including text, numbers, and booleans.&lt;/p&gt;

&lt;p&gt;One of the most important things for me as a developer is data security, and Pocketbase takes that seriously. It encrypts all data stored in the database and has a built-in password protection feature.&lt;/p&gt;

&lt;p&gt;Overall, Pocketbase is a fantastic tool for developers who need a simple and easy-to-use database management tool. I highly recommend giving it a try.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/pocketbase" rel="noopener noreferrer"&gt;
        pocketbase
      &lt;/a&gt; / &lt;a href="https://github.com/pocketbase/pocketbase" rel="noopener noreferrer"&gt;
        pocketbase
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Open Source realtime backend in 1 file
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;
    &lt;a href="https://pocketbase.io" rel="nofollow noopener noreferrer"&gt;
        &lt;img src="https://camo.githubusercontent.com/3b198a3ea92b78b9f56f6ec7c2eea0d81ee57ec8b4e2420cde3e1fecedcbc2c7/68747470733a2f2f692e696d6775722e636f6d2f3571696d6e6d352e706e67" alt="PocketBase - open source backend in 1 file"&gt;
    &lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
    &lt;a href="https://github.com/pocketbase/pocketbase/actions/workflows/release.yaml" rel="noopener noreferrer"&gt;&lt;img src="https://github.com/pocketbase/pocketbase/actions/workflows/release.yaml/badge.svg" alt="build"&gt;&lt;/a&gt;
    &lt;a href="https://github.com/pocketbase/pocketbase/releases" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/67104e4d332b59803d41f86ab7c182def2d3b30c862519d18cf4cdb43ad39c97/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f706f636b6574626173652f706f636b6574626173652e737667" alt="Latest releases"&gt;&lt;/a&gt;
    &lt;a href="https://pkg.go.dev/github.com/pocketbase/pocketbase" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/119fbc17b49b4daa7b4b12f4f5961fe6bf1c453d65ab465b3949bdf98e6a2ef8/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f706f636b6574626173652f706f636b6574626173653f7374617475732e737667" alt="Go package documentation"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pocketbase.io" rel="nofollow noopener noreferrer"&gt;PocketBase&lt;/a&gt; is an open source Go backend that includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;embedded database (&lt;em&gt;SQLite&lt;/em&gt;) with &lt;strong&gt;realtime subscriptions&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;built-in &lt;strong&gt;files and users management&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;convenient &lt;strong&gt;Admin dashboard UI&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;and simple &lt;strong&gt;REST-ish API&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;For documentation and examples, please visit &lt;a href="https://pocketbase.io/docs" rel="nofollow noopener noreferrer"&gt;https://pocketbase.io/docs&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;div class="markdown-alert markdown-alert-warning"&gt;
&lt;p class="markdown-alert-title"&gt;Warning&lt;/p&gt;
&lt;p&gt;Please keep in mind that PocketBase is still under active development
and therefore full backward compatibility is not guaranteed before reaching v1.0.0.&lt;/p&gt;
&lt;/div&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;API SDK clients&lt;/h2&gt;
&lt;/div&gt;

&lt;p&gt;The easiest way to interact with the PocketBase Web APIs is to use one of the official SDK clients:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;JavaScript - &lt;a href="https://github.com/pocketbase/js-sdk" rel="noopener noreferrer"&gt;pocketbase/js-sdk&lt;/a&gt;&lt;/strong&gt; (&lt;em&gt;Browser, Node.js, React Native&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dart - &lt;a href="https://github.com/pocketbase/dart-sdk" rel="noopener noreferrer"&gt;pocketbase/dart-sdk&lt;/a&gt;&lt;/strong&gt; (&lt;em&gt;Web, Mobile, Desktop, CLI&lt;/em&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You could also check the recommendations in &lt;a href="https://pocketbase.io/docs/how-to-use/" rel="nofollow noopener noreferrer"&gt;https://pocketbase.io/docs/how-to-use/&lt;/a&gt;.&lt;/p&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Overview&lt;/h2&gt;
&lt;/div&gt;

&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Use as standalone app&lt;/h3&gt;
&lt;/div&gt;

&lt;p&gt;You could download the prebuilt executable for your platform from the &lt;a href="https://github.com/pocketbase/pocketbase/releases" rel="noopener noreferrer"&gt;Releases page&lt;/a&gt;.
Once downloaded, extract the archive and run &lt;code&gt;./pocketbase serve&lt;/code&gt; in the extracted directory.&lt;/p&gt;
&lt;p&gt;The prebuilt executables are based on the &lt;a href="https://github.com/pocketbase/pocketbase/blob/master/examples/base/main.go" rel="noopener noreferrer"&gt;&lt;code&gt;examples/base/main.go&lt;/code&gt;&lt;/a&gt;…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/pocketbase/pocketbase" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Let me know in the comments below what you think about Pocketbase and if it has helped you in your development process.&lt;/p&gt;

</description>
      <category>gratitude</category>
    </item>
  </channel>
</rss>
