librarysystem

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

README

librarysystem

这是一个学习语言的项目,无实际意义

项目内容是模拟一个图书馆系统,使用 SQLite 储存数据

系统介绍

每名学生可以同时借阅 1 本书

每本书可以同时被一名玩家借阅

编译

go build

添加学生

INSERT INTO `student` (`name`) VALUES ('书名')

添加书

INSERT INTO `book` (`name`) VALUES ('书名')

下一步

准备写成 HTTP 网页端服务器

Documentation

Overview

* Copyright (c) 2024 flowerinsnow * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/.

Directories

Path Synopsis
* Copyright (c) 2024 flowerinsnow * This Source Code Form is subject to the terms of the Mozilla Public * License, v.
* Copyright (c) 2024 flowerinsnow * This Source Code Form is subject to the terms of the Mozilla Public * License, v.
* Copyright (c) 2024 flowerinsnow * This Source Code Form is subject to the terms of the Mozilla Public * License, v.
* Copyright (c) 2024 flowerinsnow * This Source Code Form is subject to the terms of the Mozilla Public * License, v.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL