Maciej Zalewski

Results 2 issues of Maciej Zalewski

Consider following generated types: ```typescript export interface Database { public: { Tables: { users_skills: { Row: { user_id: string; skill_id: number; }; }; users: { Row: { id: string; created_at:...

bug

@joheredi the code is amazing! Thanks for sharing! It seems to me that it could become a nice framework where most of the types are already done provided that a...