Add todo CLI app example of CRUD actions
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
create table tasks (
|
||||
id serial primary key,
|
||||
description text not null
|
||||
);
|
||||
Reference in New Issue
Block a user