<?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: Robin Lindner</title>
    <description>The latest articles on DEV Community by Robin Lindner (@deeprobin).</description>
    <link>https://dev.to/deeprobin</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%2F205867%2Fa59adbd1-e6b0-4e6b-80b4-ccc85be6e046.jpg</url>
      <title>DEV Community: Robin Lindner</title>
      <link>https://dev.to/deeprobin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/deeprobin"/>
    <language>en</language>
    <item>
      <title>Cliff - The rust DBMS</title>
      <dc:creator>Robin Lindner</dc:creator>
      <pubDate>Sun, 04 Oct 2020 18:40:04 +0000</pubDate>
      <link>https://dev.to/deeprobin/cliff-the-rust-dbms-1poa</link>
      <guid>https://dev.to/deeprobin/cliff-the-rust-dbms-1poa</guid>
      <description>&lt;h2&gt;
  
  
  What is Cliff?
&lt;/h2&gt;

&lt;p&gt;Cliff is supposed to be a database management system like Microsoft Sql Server, MariaDB and PostgresDB. Even if additional features are planned this should be the basic structure. What distinguishes us from the others is that we use Rust. A memory-safe programming language without garbage collection or reference counting but which uses the ownership system.&lt;/p&gt;

&lt;h2&gt;
  
  
  Contribute
&lt;/h2&gt;

&lt;p&gt;Since Cliff is a relatively new project and there is no working prototype yet and a DBMS is not a small project either, we are urgently looking for support. &lt;/p&gt;

&lt;p&gt;Furthermore you have the advantage that a pull request will be counted to the Hacktoberfest this month. &lt;/p&gt;

&lt;h3&gt;
  
  
  What if I do not know Rust?
&lt;/h3&gt;

&lt;p&gt;This is not a problem. We need people who maintain the documentation or design the website and addons like the webinterface with Svelte. &lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/cliff-db/cliff"&gt;GitHub Repository&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/cliff-db/webinterface"&gt;GitHub Repository of Webinterface Addon&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Kind regards,&lt;br&gt;
Robin Lindner&lt;br&gt;
&lt;em&gt;The initiator of the cliff project&lt;/em&gt;&lt;/p&gt;

</description>
      <category>database</category>
      <category>sql</category>
      <category>rust</category>
      <category>hacktoberfest</category>
    </item>
  </channel>
</rss>
