Coder Social home page Coder Social logo

xqlite's Introduction

Hello. ๐Ÿ‘‹

๐Ÿง” Programmer with a keen eye for detail, loves making the code readable and maintainable. Pragmatic and never cutting corners. Automating myself out of the job is my ultimate goal.

๐Ÿ’ผ Focused on backend programming with Elixir, Rust and Golang, know shell scripting and databases. Interested in Linux system administration and network administration and I do well there.

๐Ÿ“– Previous experience: C, C++, some x86 Assembly, Java, PHP, Javascript, Ruby (plus Ruby on Rails).

๐Ÿ‘ท I am open to many formats of work but have come to appreciate stability and loyalty more than anything else. I am a good and patient coach, and have made money through that, and code reviewing too.

๐Ÿ”– Keen interest in game bots, financial trading, formal verification of code and super-optimization (compiler tech).

๐Ÿ“ซ Drop me a line if you want to talk, I am friendly and curious and don't refuse interesting discussions, be it about programming or anything else.

Other profiles:

xqlite's People

Contributors

dimitarvp avatar overminddl1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

xqlite's Issues

Add tests for setting PRAGMAs.

Since there's extra knowledge needed to be encoded in the test code, currently the PRAGMA set functions are not tested. This should be changed.

Support atom values when setting PRAGMAs.

Currently, getting the values of PRAGMAs applies conversion from the sqlite integer values to Elixir atoms, but the reverse is not happening. Let's support it. Example:

Xqlite.Pragma.put(:auto_vacuum, 0) # This works.
Xqlite.Pragma.put(:auto_vacuum, :none) # This does not work.

roadmap

is this the roadmap?

  • I found a lot of configuration options for Sqlite3 which I want to expose to an underlying raw Sqlite3 library, not the Ecto adapter itself.
  • I want to avoid Mix.Config since it's now deprecated (in Elixir 1.9). I'm gonna experiment in my repo with a process dictionary configuration, or GenServer state. Not yet determined.
  • I am not interested in supporting very old Elixir versions, not to mention that one of the Sqlitex dependencies mandates Elixir 1.7 anyway.

sounds like you want to put it in the README for the project, not so?

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.