File: README.sqlite%2Btcc

package info (click to toggle)
sqliteodbc 0.99991-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,940 kB
  • sloc: ansic: 59,139; sh: 12,780; makefile: 952; 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.