~mna/webparts

Remove postgres-specific migrate implementation
Expose ErrNoRows from sql package

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~mna/webparts
read/write
git@git.sr.ht:~mna/webparts

You can also use your local clone with git send-email.

#webparts

Go Reference

The webparts package defines a mostly abstract standard library primarily for building server-based web systems and applications that are:

  • well designed, modular with swappable implementations of logical parts (services)
  • simple to implement, test, deploy, operate and monitor
  • efficient and resilient
  • can start very small with a minimal infrastructure
  • intelligently scalable, where you may scale only the required parts as needed with minimal impact on existing code

#todo

  • mqueue implementation support pausing/blocking a queue (that's in the implementation, though), maybe making a lookup table for queues so that it automatically validates if it exists/is valid

  • payments

  • tracing

  • document/nosql database? (there's already redis)

#see also

#license

The BSD 3-Clause license.