Live data from Hacker News

Viewing profile — a8m

a8m

HN member
Joined
Tue, Sep 27, 2016, 11:38 AM UTC
HN karma
28
Public activity
24 items

About a8m

Works on entgo.io and atlasgo.io

Recent public activity

  1. comment
    Comment #46896070

    We just shipped Atlas v1.1 - The focus of this release is Database Security as Code and Declarative Data Management. You can now declare database users, roles, permissions, and man…

  2. story
  3. comment
    Comment #46895251

    Ariel from Atlas here. This setup is pretty common (declarative locally, versioned in real environments). Since migrations are auto-generated (by Atlas) on PRs, most developers nev…

  4. comment
    Comment #45789214

    Good point regarding ORMs - that was one of the main problems I wanted to tackle when we built Atlas ( https://atlasgo.io ). We added support for reading ORM definitions directly, …

  5. comment
    Comment #41980418

    I'm glad to see I'm not the ~only one bothered by this issue. This has been, and still is, one of the challenges in managing MySQL schemas. That's one of the reasons we implemented…

  6. story
  7. comment
    Comment #37756940

    Check out: https://github.com/ariga/atlas . It’s like Terraform for databases. (I'm one of the authors of this project).

  8. comment
    Comment #34274094

    Hey! For a long time, one of the most common feature requests we've been getting from our users is the ability to manage their desired "schema state" using SQL. For this reason, we…

  9. story
  10. comment
    Comment #33858260

    Hey, I am the creator of entgo.io. I'm sorry to hear that your experience with the project was not great. I try to be available on our Discord, Slack, or the issue tracker, but som…

  11. comment
    Comment #33402632

    Just to emphasize, that OSS version of Ent models SQL tables in the traditional way (edges as foreign-keys and join-tables). i.e., the database structure is not obscure or somethin…

  12. comment
    Comment #33402533

    Yes. The migration is built on top of Atlas: https://github.com/ariga/atlas

  13. comment
    Comment #33276507

    Happy to share with you the new version of Atlas, the terraform for databases and a migration engine. There are many great features in this release, but one of the biggest features…

  14. story
  15. comment
    Comment #32829217

    Hey! Would love to share with you the latest release of Atlas - the migration engine we are working on. Currently, this tool provides a variety of capabilities for versioned migrat…

  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #30044732

    Views are going to be supported in the SQL-DDL version (see my comments below). I don't have any info about stored-procedures/triggers/events atm.

  21. comment
    Comment #30044650

    I agree with that as well. The idea is to create an infrastructure for SQL parsers. Base parser will hold all standard structure and dialects can register custom clauses/statements…

  22. comment
    Comment #30044310

    Thanks for the feedback. I'm one of the atlas's creator. At the moment, you can define schemas using Go (with a fluent API) or with HCL. The reason we decided to use HCL is because…

  23. comment
    Comment #30044211

    Hey, I'm one of the atlas's creator. Thanks for the feedback. I'm actually familiar with all the things you mentioned here (I worked at FB too ;)), and some of them are the reasons…

  24. comment
    Comment #29794048

    Thanks for the blog-post Bodo! It's really pleasant to read.