Kashihara Shrine
The Kashihara Shrine (橿原神宮, Kashihara Jingū) is a Shinto shrine located in the city of Kashihara, Nara Prefecture, Japan. The Shrine was built in 2 April 1890 at the site of the Kashihara-gū, [1] where Japan's first Emperor, Emperor Jimmu, is said to have acceded to the throne on 11 February 660 BCE.
Kashihara Shrine 橿原神宮 | |
---|---|
Outer prayer hall | |
Religion | |
Affiliation | Shinto |
Deity | Emperor Jimmu |
Festival | Kigensai (February 11th) |
Type | Kanpeitaisha Chokusaisha Beppyo jinja |
Location | |
Location | 934 Kume-cho, Kashihara-shi, Nara Prefecture, Japan |
Shown within Japan | |
Geographic coordinates | 34°29′18″N 135°47′11″E |
Architecture | |
Founder | Emperor Meiji |
Date established | April 2nd, 1890 |
Website | |
www | |
Access
- a 10-minute walk from the center gate of Kashiharajingu-mae Station on Kintetsu Lines (Minami Osaka Line, Yoshino Line, Kashihara Lines).
Note
- Situaated at the southeast site of Mount Unebi of Yamato Sanzan.
gollark: There's an array of SQL scripts a bit above it.
gollark: Check out minoteaur's advanced™ migration engine:```nimproc migrate*(db: DbConn) = let currentVersion = fromDbValue(get db.value("PRAGMA user_version"), int) for mid in (currentVersion + 1) .. migrations.len: db.transaction: logger.log(lvlInfo, "Migrating to schema " & $mid) db.execScript migrations[mid - 1] db.exec("PRAGMA user_version = " & $mid) logger.log(lvlDebug, "DB ready")```
gollark: My DB-using projects include all migration capability too, if sometimes limited to a bunch of `CREATE TABLE IF NOT EXISTS` calls, but if I ever *needed* it I would just make them able to call some functions to migrate the rows.
gollark: Well, yes, unless you write an extension for it, but no fixed length ones, and I can just do complex stuff in the program.
gollark: You're right, maybe just preinstall a rootkit on all the systems with databases?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.