ambujraj / AmbSQL

AmbSQL is a DBMS that is most EASY to operate on.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Support of Unique contraint

ambujraj opened this issue · comments

commented

while creating table writing "u" after column name should create an attribute with Unique constraint

Would SQL be used for this issue? If so, then can you assign me this issue?

I would like to work on that.

commented

@sanchibansal340 yes we have to use SQL properties in the code.

Hey, I'm participating in GSSOC'21. I wanted to know that for this issue, do we need to make updates in the existing "createtable" method in ambsql.py file or do we need to create a new method. Also, by "writing u after column name" do you mean something like "column_nameU" or " coulmn_name u"?
Please let me know.

commented

create a new method