Skip to content
View slaily's full-sized avatar

Block or report slaily

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pyhttptest pyhttptest Public

    A command-line tool for HTTP tests over RESTful APIs✨

    Python 137 10

  2. aiosqlitepool aiosqlitepool Public

    🛡️A resilient, high-performance asynchronous connection pool layer for SQLite, designed for efficient and scalable database operations.

    Python 422 8

  3. SQLite High Performance PRAGMAs SQLite High Performance PRAGMAs
    1
    | pragma                    | value       | explanation                                              |
    2
    | -----------               | ----------- | -----------                                              |
    3
    | journal_mode              | wal         | Allows many readers to operate with 1 writer             |
    4
    | cache_size                | -1 * 64000  | Set page-cache size in KiB, e.g. -64000 = 64MB           |
    5
    | synchronous               | 1           | Sync at the most critical moments                        |
  4. statelog statelog Public

    Durable state log

    Go