An open API service indexing awesome lists of open source software.

https://github.com/andrewarrow/feedback

golang webapp framework (rails inspired) with WASM, Effortless Migrations, Simple SQL that's NOT gorm, and Ultimate Routing Control
https://github.com/andrewarrow/feedback

daisyui golang tailwindcss wasm webframework

Last synced: 7 months ago
JSON representation

golang webapp framework (rails inspired) with WASM, Effortless Migrations, Simple SQL that's NOT gorm, and Ultimate Routing Control

Awesome Lists containing this project

README

          

# Feedback

[![screenshot](https://i.imgur.com/8s6SKK9.png)](https://andrewarrow.dev/)

[andrewarrow.dev](https://andrewarrow.dev/)

```
ALTER TABLE users ALTER COLUMN id SET DATA TYPE bigint;
ALTER SEQUENCE users_id_seq AS bigint;
```