-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcs3110project.yaml
More file actions
30 lines (30 loc) · 1.06 KB
/
cs3110project.yaml
File metadata and controls
30 lines (30 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# Members of your group.
group:
- name: Thomas McFarland
netid: tfm62
- name: JT Klenke
netid: jtk96
- name: Raj Patel
netid: rsp224
# Your PM.
pm:
name: Shashaank Aiyer
netid: saa244
# Set to false if you don't want your gallery entry to be public.
publish: false
# Pithy title
title: "Strongly-typed Relational Database"
# OK if this is a Cornell Github link, but public gallery viewers won't be able to see it.
git-repo: "https://github.com/tf-mac/CS3110-Final-Project"
# If you have no demo screencast, replace the url string with an empty string ""
demo-video-url: ""
# Write a short, attention-grabbing description of your project.
desc: >
Our project is a relational database. We structure information in a
hash table. We can define custom types with OCaml primitives,
assign them to values, display those types to the user, and provide
references to other entries. The user can find values that match
certain expressions. The user can access all the functionality
through a command line interface that allows interaction with the
database.