Skip to content

Instantly share code, notes, and snippets.

@adow
adow / SQLiteDB.swift
Created December 7, 2015 03:34
A simple SQLite Wrapper written in Swift
//
// SQLiteDB.swift
// SQLiteDB
//
// Copyright (c) 2014 Matt Donnelly
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@adow
adow / Macros.swift
Created November 10, 2015 01:48 — forked from xmzio/Macros.swift
My aLog and dLog macros in Swift (to abbreviate NSLog)
//
// Macros.swift
//
// Created by Xavier Muñiz on 6/12/14.
import Foundation
// dLog and aLog macros to abbreviate NSLog.
// Use like this: