GithubHelp home page GithubHelp logo

asyncpg-trek's Introduction

๐Ÿ‘‹ Hi I'm Adrian

Python and Rust developer. I work on infrastructure, backend and databases.

Projects

๐ŸŽ Project โญ Stars ๐Ÿ“š Forks ๐Ÿ›Ž Issues ๐Ÿ“ฌ Pull requests
SciKeras Stars Forks Issues Pull Requests
Xpresso: a modern Python web framework Stars Forks Issues Pull Requests
di: pythonic dependency injection Stars Forks Issues Pull Requests
graphlib2: Rust port of graphlib Stars Forks Issues Pull Requests
routrie: fastest Python HTTP router Stars Forks Issues Pull Requests
pgpq: bulk load Parquet data into Postgres Stars Forks Issues Pull Requests
pgjobq: job queues on Postgres Stars Forks Issues Pull Requests

Contributions

๐ŸŽ Project ๐Ÿ“„ Contribution
Pydantic Maintainer.
Starlette Maintainer.
httpx Maintainer.
TensorFlow/Keras Fixes to model serialization, compatibility with pickling
CPython Fixed bug in Protocol.__init__. Added logging features.
GeoPandas Multi-backend spatial indexes, nearest neighbor spatial joins
BetterProto Rewrote parser to use data driven AST-like approach
Poetry (package manager) Added CLI options and tweaks to installing to enable use in monorepos with optimal Docker multi-layer caching/td>

asyncpg-trek's People

Contributors

abulte avatar adriangb avatar euri10 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

abulte euri10

asyncpg-trek's Issues

Release on pypi

Hi,

Thanks for this lib! I like the minimalist approach and put it to use.

It would be nice to have this package published on pypi. I see your CI should do it but it seems broken.

Thanks again!

Default schema for the migrations table

Currently the public schema is the default for creating the migrations table, there doesnt seem to be a way to create it elsewhere.

I'd be tempted to say it is a bad idea because:

  1. you may have another migrations table inside that public schema and it leaves you no options.
  2. running execute on a schema where there is no migrations table will fail

What do you think of this: asyncpg-trek creates its own schema to handle migrations, and uses a migrations table inside it, low chances of conflicts, and you are able to run migrations on others schema, asyncpg-trek always knows where to find its migrations table

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.