foundational
- Thomas. 2018. Programming Elixir
- McCord, Tate, Valim. 2019. Programming Phoenix
foundational
| #Switched to a database | |
| mysql> USE GVKCV; | |
| Database changed | |
| #Creating table student | |
| mysql> create table student | |
| -> (ROLLNO INT NOT NULL PRIMARY KEY, | |
| -> NAME CHAR(10), | |
| -> TELUGU CHAR(10), | |
| -> HINDI CHAR(10), |
| #!/bin/sh | |
| # if compiled from sources | |
| # place this file inside /usr/local/etc/rc.d | |
| # point _pidfrefix where nginx holds pid file | |
| . /etc/rc.subr | |
| name="nginx" | |
| rcvar=nginx_enable |