AgeAuthorCommit message
2 months agogravatar for hello@nektro.netMeghan Dennybadge-checkfix test
4 months agogravatar for hello@nektro.netMeghan Dennybadge-checkfurther separation from sqlite being the only driver
4 months agogravatar for hello@nektro.netMeghan Dennybadge-checksome prep for being less tied to sqlite
7 months agogravatar for hello@nektro.netMeghan Dennyzig-tracer rework
10 months agogravatar for hello@nektro.netMeghan Dennybuild.zig: ensure tests are run with project root as cwd
1 year agogravatar for hello@nektro.netMeghan Dennyupdate licenses.txt
1 year agogravatar for hello@nektro.netMeghan Dennyziginfra README sync
1 year agogravatar for hello@nektro.netMeghan Dennyupdate to Zig 0.14
1 year agogravatar for hello@nektro.netMeghan Dennyswitch to MPL-2.0
1 year agogravatar for hello@nektro.netMeghan Dennyremove run step
1 year agogravatar for hello@nektro.netMeghan Dennyadd disable_llvm build param
1 year agogravatar for hello@nektro.netMeghan Dennyupdate to 0.13 and add tests
1 year agogravatar for hello@nektro.netMeghan Dennyupdate to zig 0.13
1 year agogravatar for hello@nektro.netMeghan Dennyupdate licenses.txt
2 years agogravatar for hello@nektro.netMeghan Dennyadd tracer instrumentation
2 years agogravatar for hello@nektro.netMeghan Dennyremove zigmod.lock
2 years agogravatar for hello@nektro.netMeghan Dennybuild.zig: add test step
2 years agogravatar for hello@nektro.netMeghan Dennybuild.zig: update for new zigmod
2 years agogravatar for hello@nektro.netMeghan Dennyadd licenses.txt from new zigmod
3 years agogravatar for hello@nektro.netMeghan Dennysqlite3: add prepareDynamic
3 years agogravatar for hello@nektro.netMeghan Dennycollect: return a mutable slice since it doesnt need to be const
3 years agogravatar for hello@nektro.netMeghan Dennyparam needs to be comptime-known in function that returns type
4 years agogravatar for hello@nektro.netMeghan Dennyupdate for zig 0.9.0
4 years agogravatar for hello@nektro.netMeghan Dennysqlite3- add hasColumnWithName
4 years agogravatar for hello@nektro.netMeghan Dennysqlite3- add doesTableExist
4 years agogravatar for hello@nektro.netMeghan Dennysqlite3- pass allocator to execAlloc
4 years agogravatar for hello@nektro.netMeghan Dennysqlite3- add prepare function that catches sqlite errors
4 years agogravatar for hello@nektro.netMeghan Dennyadd string alias
4 years agogravatar for hello@nektro.netMeghan Dennysqlite: use the alloc versions of more methods
4 years agogravatar for hello@nektro.netMeghan Dennyexpose the underlying libraries in a `backer` namespace
4 years agogravatar for hello@nektro.netMeghan Dennyadd `args` param to sqlite3.collect
5 years agogravatar for hello@nektro.netMeghan Dennysqlite3- add first method
5 years agogravatar for hello@nektro.netMeghan Dennysqlite3- fix collect method and use nextAlloc
5 years agogravatar for hello@nektro.netMeghan Dennysqlite3- add close method
5 years agogravatar for hello@nektro.netMeghan Dennybuild.zig- add glibc check so that `zig build run` works without `-Dtarget`
5 years agogravatar for hello@nektro.netMeghan Dennyadd README
5 years agogravatar for hello@nektro.netMeghan Dennyadd initial code implementation
5 years agogravatar for hello@nektro.netMeghan Dennyadd license
5 years agogravatar for hello@nektro.netMeghan Dennyadd .gitattributes
Loading...

blendThe start.