File: README.sqlite%2Btcc

package info (click to toggle)
sqliteodbc 0.91-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,412 kB
  • sloc: ansic: 34,510; sh: 11,960; makefile: 582; sql: 313
file content (12 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
Experimental combination of SQLite 3.3.x and TinyCC 0.9.23 using the new
SQLite loadable extension mechanism. An extension module creates an SQLite
scalar function 'tcc_compile' which takes an argument which is a string
made up of C source code to be on-the-fly compiled using TinyCC
(www.tinycc.org). The SQLite API is visible during compilation when
'sqlite3.h' is included. See the file 'strict_typing.sql' for a working
example.

Caution: So far, only partially tested on Linux i386 and Win32.

Win32 notes: The sqlite+tcc.dll module must be kept in the same path
as the TCC include and lib directories.