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 11[package ]
22name = " rapid_naive_sql"
33version = " 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 "
66description = " Rapid Naive SQL is a database API designed for high-performance data management"
77license = " GPL-3.0-or-later"
88repository = " https://gitlab.com/git-user-cpp/rapid_naive_sql"
Original file line number Diff line number Diff line change 11/*
22 * NaiveSQL implemented in Rust.
3- * Copyright (C) 2024 Andrew Kushyk
3+ * Copyright (C) 2024-2025 Andrew Kushyk
44 *
55 * This program is free software: you can redistribute it and/or modify
66 * it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 11/*
22 * NaiveSQL implemented in Rust.
3- * Copyright (C) 2024 Andrew Kushyk
3+ * Copyright (C) 2024-2025 Andrew Kushyk
44 *
55 * This program is free software: you can redistribute it and/or modify
66 * it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 11/*
22 * NaiveSQL implemented in Rust.
3- * Copyright (C) 2024 Andrew Kushyk
3+ * Copyright (C) 2024-2025 Andrew Kushyk
44 *
55 * This program is free software: you can redistribute it and/or modify
66 * it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 11/*
22 * NaiveSQL implemented in Rust.
3- * Copyright (C) 2024 Andrew Kushyk
3+ * Copyright (C) 2024-2025 Andrew Kushyk
44 *
55 * This program is free software: you can redistribute it and/or modify
66 * it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 11/*
22 * NaiveSQL implemented in Rust.
3- * Copyright (C) 2024 Andrew Kushyk
3+ * Copyright (C) 2024-2025 Andrew Kushyk
44 *
55 * This program is free software: you can redistribute it and/or modify
66 * it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 11/*
22 * NaiveSQL implemented in Rust.
3- * Copyright (C) 2024 Andrew Kushyk
3+ * Copyright (C) 2024-2025 Andrew Kushyk
44 *
55 * This program is free software: you can redistribute it and/or modify
66 * it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1616 * along with this program. If not, see <https://www.gnu.org/licenses/>.
1717 */
1818
19+ use rapid_naive_sql:: RNSQL ;
1920use rapid_naive_sql:: database:: database:: Database ;
2021use rapid_naive_sql:: database:: row:: Row ;
2122use rapid_naive_sql:: database:: table:: Table ;
22- use rapid_naive_sql:: RNSQL ;
2323
2424fn main ( ) {
2525 const DB_NAME : & str = "db1" ;
Original file line number Diff line number Diff line change 11/*
22 * NaiveSQL implemented in Rust.
3- * Copyright (C) 2024 Andrew Kushyk
3+ * Copyright (C) 2024-2025 Andrew Kushyk
44 *
55 * This program is free software: you can redistribute it and/or modify
66 * it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 11/*
22 * NaiveSQL implemented in Rust.
3- * Copyright (C) 2024 Andrew Kushyk
3+ * Copyright (C) 2024-2025 Andrew Kushyk
44 *
55 * This program is free software: you can redistribute it and/or modify
66 * 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