Skip to content

license was switched from GPL-3.0 to AGPL-3.0 #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CHANGELOG

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.0-alpha"
authors = ["Andrew Kushyk <akushyk799 at gmail.com>"]
edition = "2024"
description = "JSDB - Just a Simple DataBase is a database API designed for high-performance data management"
license = "GPL-3.0-or-later"
license = "AGPL-3.0-or-later"
repository = "https://gitlab.com/git-user-cpp/rapid_naive_sql"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ https://git-user-cpp.github.io/jsdb/jsdb/index.html

JSDB - Just a Simple DataBase.
Copyright (C) 2025 Andrew Kushyk

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

---
12 changes: 6 additions & 6 deletions docs/src/jsdb/database.rs.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Source of the Rust file `src/database.rs`."><title>database.rs - source</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-916cea96.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="jsdb" data-themes="" data-resource-suffix="" data-rustdoc-version="1.87.0 (17067e9ac 2025-05-09)" data-channel="1.87.0" data-search-js="search-e7298875.js" data-settings-js="settings-d72f25bb.js" ><script src="../../static.files/storage-82c7156e.js"></script><script defer src="../../static.files/src-script-63605ae7.js"></script><script defer src="../../src-files.js"></script><script defer src="../../static.files/main-fb8c74a8.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc src"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="src-sidebar-title"><h2>Files</h2></div></nav><div class="sidebar-resizer"></div><main><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1><div class="sub-heading">jsdb/</div>database.rs</h1><rustdoc-toolbar></rustdoc-toolbar></div><div class="example-wrap digits-2"><pre class="rust"><code><a href=#1 id=1 data-nosnippet>1</a><span class="comment">/*
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just Simple DataBase.
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2024-2025 Andrew Kushyk
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just a Simple DataBase.
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2025 Andrew Kushyk
<a href=#4 id=4 data-nosnippet>4</a> *
<a href=#5 id=5 data-nosnippet>5</a> * This program is free software: you can redistribute it and/or modify
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU General Public License as published by
<a href=#7 id=7 data-nosnippet>7</a> * the Free Software Foundation, either version 3 of the License, or
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU Affero General Public License as published
<a href=#7 id=7 data-nosnippet>7</a> * by the Free Software Foundation, either version 3 of the License, or
<a href=#8 id=8 data-nosnippet>8</a> * (at your option) any later version.
<a href=#9 id=9 data-nosnippet>9</a> *
<a href=#10 id=10 data-nosnippet>10</a> * This program is distributed in the hope that it will be useful,
<a href=#11 id=11 data-nosnippet>11</a> * but WITHOUT ANY WARRANTY; without even the implied warranty of
<a href=#12 id=12 data-nosnippet>12</a> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
<a href=#13 id=13 data-nosnippet>13</a> * GNU General Public License for more details.
<a href=#13 id=13 data-nosnippet>13</a> * GNU Affero General Public License for more details.
<a href=#14 id=14 data-nosnippet>14</a> *
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU General Public License
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU Affero General Public License
<a href=#16 id=16 data-nosnippet>16</a> * along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.
<a href=#17 id=17 data-nosnippet>17</a> */
<a href=#18 id=18 data-nosnippet>18</a>
Expand Down
12 changes: 6 additions & 6 deletions docs/src/jsdb/database/database.rs.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Source of the Rust file `src/database/database.rs`."><title>database.rs - source</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../../static.files/rustdoc-916cea96.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="jsdb" data-themes="" data-resource-suffix="" data-rustdoc-version="1.87.0 (17067e9ac 2025-05-09)" data-channel="1.87.0" data-search-js="search-e7298875.js" data-settings-js="settings-d72f25bb.js" ><script src="../../../static.files/storage-82c7156e.js"></script><script defer src="../../../static.files/src-script-63605ae7.js"></script><script defer src="../../../src-files.js"></script><script defer src="../../../static.files/main-fb8c74a8.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-044be391.svg"></head><body class="rustdoc src"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="src-sidebar-title"><h2>Files</h2></div></nav><div class="sidebar-resizer"></div><main><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1><div class="sub-heading">jsdb/database/</div>database.rs</h1><rustdoc-toolbar></rustdoc-toolbar></div><div class="example-wrap digits-3"><pre class="rust"><code><a href=#1 id=1 data-nosnippet>1</a><span class="comment">/*
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just Simple DataBase.
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2024-2025 Andrew Kushyk
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just a Simple DataBase.
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2025 Andrew Kushyk
<a href=#4 id=4 data-nosnippet>4</a> *
<a href=#5 id=5 data-nosnippet>5</a> * This program is free software: you can redistribute it and/or modify
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU General Public License as published by
<a href=#7 id=7 data-nosnippet>7</a> * the Free Software Foundation, either version 3 of the License, or
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU Affero General Public License as published
<a href=#7 id=7 data-nosnippet>7</a> * by the Free Software Foundation, either version 3 of the License, or
<a href=#8 id=8 data-nosnippet>8</a> * (at your option) any later version.
<a href=#9 id=9 data-nosnippet>9</a> *
<a href=#10 id=10 data-nosnippet>10</a> * This program is distributed in the hope that it will be useful,
<a href=#11 id=11 data-nosnippet>11</a> * but WITHOUT ANY WARRANTY; without even the implied warranty of
<a href=#12 id=12 data-nosnippet>12</a> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
<a href=#13 id=13 data-nosnippet>13</a> * GNU General Public License for more details.
<a href=#13 id=13 data-nosnippet>13</a> * GNU Affero General Public License for more details.
<a href=#14 id=14 data-nosnippet>14</a> *
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU General Public License
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU Affero General Public License
<a href=#16 id=16 data-nosnippet>16</a> * along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.
<a href=#17 id=17 data-nosnippet>17</a> */
<a href=#18 id=18 data-nosnippet>18</a>
Expand Down
12 changes: 6 additions & 6 deletions docs/src/jsdb/database/row.rs.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Source of the Rust file `src/database/row.rs`."><title>row.rs - source</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../../static.files/rustdoc-916cea96.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="jsdb" data-themes="" data-resource-suffix="" data-rustdoc-version="1.87.0 (17067e9ac 2025-05-09)" data-channel="1.87.0" data-search-js="search-e7298875.js" data-settings-js="settings-d72f25bb.js" ><script src="../../../static.files/storage-82c7156e.js"></script><script defer src="../../../static.files/src-script-63605ae7.js"></script><script defer src="../../../src-files.js"></script><script defer src="../../../static.files/main-fb8c74a8.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-044be391.svg"></head><body class="rustdoc src"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="src-sidebar-title"><h2>Files</h2></div></nav><div class="sidebar-resizer"></div><main><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1><div class="sub-heading">jsdb/database/</div>row.rs</h1><rustdoc-toolbar></rustdoc-toolbar></div><div class="example-wrap digits-3"><pre class="rust"><code><a href=#1 id=1 data-nosnippet>1</a><span class="comment">/*
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just Simple DataBase.
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2024-2025 Andrew Kushyk
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just a Simple DataBase.
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2025 Andrew Kushyk
<a href=#4 id=4 data-nosnippet>4</a> *
<a href=#5 id=5 data-nosnippet>5</a> * This program is free software: you can redistribute it and/or modify
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU General Public License as published by
<a href=#7 id=7 data-nosnippet>7</a> * the Free Software Foundation, either version 3 of the License, or
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU Affero General Public License as published
<a href=#7 id=7 data-nosnippet>7</a> * by the Free Software Foundation, either version 3 of the License, or
<a href=#8 id=8 data-nosnippet>8</a> * (at your option) any later version.
<a href=#9 id=9 data-nosnippet>9</a> *
<a href=#10 id=10 data-nosnippet>10</a> * This program is distributed in the hope that it will be useful,
<a href=#11 id=11 data-nosnippet>11</a> * but WITHOUT ANY WARRANTY; without even the implied warranty of
<a href=#12 id=12 data-nosnippet>12</a> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
<a href=#13 id=13 data-nosnippet>13</a> * GNU General Public License for more details.
<a href=#13 id=13 data-nosnippet>13</a> * GNU Affero General Public License for more details.
<a href=#14 id=14 data-nosnippet>14</a> *
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU General Public License
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU Affero General Public License
<a href=#16 id=16 data-nosnippet>16</a> * along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.
<a href=#17 id=17 data-nosnippet>17</a> */
<a href=#18 id=18 data-nosnippet>18</a>
Expand Down
12 changes: 6 additions & 6 deletions docs/src/jsdb/database/table.rs.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Source of the Rust file `src/database/table.rs`."><title>table.rs - source</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../../static.files/rustdoc-916cea96.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="jsdb" data-themes="" data-resource-suffix="" data-rustdoc-version="1.87.0 (17067e9ac 2025-05-09)" data-channel="1.87.0" data-search-js="search-e7298875.js" data-settings-js="settings-d72f25bb.js" ><script src="../../../static.files/storage-82c7156e.js"></script><script defer src="../../../static.files/src-script-63605ae7.js"></script><script defer src="../../../src-files.js"></script><script defer src="../../../static.files/main-fb8c74a8.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-044be391.svg"></head><body class="rustdoc src"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="src-sidebar-title"><h2>Files</h2></div></nav><div class="sidebar-resizer"></div><main><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1><div class="sub-heading">jsdb/database/</div>table.rs</h1><rustdoc-toolbar></rustdoc-toolbar></div><div class="example-wrap digits-3"><pre class="rust"><code><a href=#1 id=1 data-nosnippet>1</a><span class="comment">/*
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just Simple DataBase.
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2024-2025 Andrew Kushyk
<a href=#2 id=2 data-nosnippet>2</a> * JSDB - Just a Simple DataBase.
<a href=#3 id=3 data-nosnippet>3</a> * Copyright (C) 2025 Andrew Kushyk
<a href=#4 id=4 data-nosnippet>4</a> *
<a href=#5 id=5 data-nosnippet>5</a> * This program is free software: you can redistribute it and/or modify
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU General Public License as published by
<a href=#7 id=7 data-nosnippet>7</a> * the Free Software Foundation, either version 3 of the License, or
<a href=#6 id=6 data-nosnippet>6</a> * it under the terms of the GNU Affero General Public License as published
<a href=#7 id=7 data-nosnippet>7</a> * by the Free Software Foundation, either version 3 of the License, or
<a href=#8 id=8 data-nosnippet>8</a> * (at your option) any later version.
<a href=#9 id=9 data-nosnippet>9</a> *
<a href=#10 id=10 data-nosnippet>10</a> * This program is distributed in the hope that it will be useful,
<a href=#11 id=11 data-nosnippet>11</a> * but WITHOUT ANY WARRANTY; without even the implied warranty of
<a href=#12 id=12 data-nosnippet>12</a> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
<a href=#13 id=13 data-nosnippet>13</a> * GNU General Public License for more details.
<a href=#13 id=13 data-nosnippet>13</a> * GNU Affero General Public License for more details.
<a href=#14 id=14 data-nosnippet>14</a> *
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU General Public License
<a href=#15 id=15 data-nosnippet>15</a> * You should have received a copy of the GNU Affero General Public License
<a href=#16 id=16 data-nosnippet>16</a> * along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.
<a href=#17 id=17 data-nosnippet>17</a> */
<a href=#18 id=18 data-nosnippet>18</a>
Expand Down
Loading