R&D

Photo by topcools tee
……

Photo by David Watkis
……
RDBMSはWebフレームワークのデータストアとしての基礎機能にとどまらず、高度な機能が多数実装されています。
DBアクセスの基礎SQL
テーブル作成以降はアプリケーションフレームワークがカバーするケースも多くありますが、ロール作成、DB作成、アクセス許可はSQL操作が必要になります。
-
CREATE USER
PASSWORD
句を指定して接続ユーザーを作成
- CREATE DATABASE
-
GRANT
- アクセス許可対象として
TABLE
,DATABASE
,SCHEMA
などを指定可能
- アクセス許可対象として
Photo by Giammarco Boscaro
Articles
……
Photo by CHUTTERSNAP
……
Photo by topcools tee
……
Photo by Matthew Guay
……
hugo has the Section that provides functionality for categorizing articles.
Directories located directly under the contents/
directoryare considered as Sections.
In a straightforward usage, organizing articles into folders and having them appear in the corresponding path after building the site leads to intuitive behavior.
Sections can be specified as parameters in .Site.RegularPages
and similar contexts. If you want to procedurally retrieve a list of articles, you can specify the section name like so: range .Site.RegularPages "Section" "<some-section>"
.