File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rapid_naive_sql"
3
3
version = " 0.3.0-alpha"
4
- authors = [" Andrew Kushyk <akushyk799 at proton.me >" ]
5
- edition = " 2021 "
4
+ authors = [" Andrew Kushyk <akushyk799 at gmail.com >" ]
5
+ edition = " 2024 "
6
6
description = " Rapid Naive SQL is a database API designed for high-performance data management"
7
7
license = " GPL-3.0-or-later"
8
8
repository = " https://gitlab.com/git-user-cpp/rapid_naive_sql"
Original file line number Diff line number Diff line change 1
1
/*
2
2
* NaiveSQL implemented in Rust.
3
- * Copyright (C) 2024 Andrew Kushyk
3
+ * Copyright (C) 2024-2025 Andrew Kushyk
4
4
*
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
/*
2
2
* NaiveSQL implemented in Rust.
3
- * Copyright (C) 2024 Andrew Kushyk
3
+ * Copyright (C) 2024-2025 Andrew Kushyk
4
4
*
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
/*
2
2
* NaiveSQL implemented in Rust.
3
- * Copyright (C) 2024 Andrew Kushyk
3
+ * Copyright (C) 2024-2025 Andrew Kushyk
4
4
*
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
/*
2
2
* NaiveSQL implemented in Rust.
3
- * Copyright (C) 2024 Andrew Kushyk
3
+ * Copyright (C) 2024-2025 Andrew Kushyk
4
4
*
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
/*
2
2
* NaiveSQL implemented in Rust.
3
- * Copyright (C) 2024 Andrew Kushyk
3
+ * Copyright (C) 2024-2025 Andrew Kushyk
4
4
*
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
/*
2
2
* NaiveSQL implemented in Rust.
3
- * Copyright (C) 2024 Andrew Kushyk
3
+ * Copyright (C) 2024-2025 Andrew Kushyk
4
4
*
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 16
16
* along with this program. If not, see <https://www.gnu.org/licenses/>.
17
17
*/
18
18
19
+ use rapid_naive_sql:: RNSQL ;
19
20
use rapid_naive_sql:: database:: database:: Database ;
20
21
use rapid_naive_sql:: database:: row:: Row ;
21
22
use rapid_naive_sql:: database:: table:: Table ;
22
- use rapid_naive_sql:: RNSQL ;
23
23
24
24
fn main ( ) {
25
25
const DB_NAME : & str = "db1" ;
Original file line number Diff line number Diff line change 1
1
/*
2
2
* NaiveSQL implemented in Rust.
3
- * Copyright (C) 2024 Andrew Kushyk
3
+ * Copyright (C) 2024-2025 Andrew Kushyk
4
4
*
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
/*
2
2
* NaiveSQL implemented in Rust.
3
- * Copyright (C) 2024 Andrew Kushyk
3
+ * Copyright (C) 2024-2025 Andrew Kushyk
4
4
*
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU General Public License as published by
You can’t perform that action at this time.
0 commit comments