Skip to content

TinyTapeout/tt-shuttle-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shuttle stats for TT04 and beyond

stats

SQL

select
  id as project_id,
  top_module,
  shuttle_id,
  first_submission_time
from
  public.projects
where
  status = 'submitted'
order by
  shuttle_id desc,
  first_submission_time desc;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published